File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ def rules_py_dependencies(register_py_toolchains = True):
46
46
# We require #1671 which isn't in a release as of 19 Jan 2024
47
47
http_archive (
48
48
name = "rules_python" ,
49
- sha256 = "a587c414d5aaca04841250d8809b2e21e0d89fda2597fad907419c47eeab8ab0 " ,
50
- strip_prefix = "rules_python-52381415be9d3618130f02a821aef50de1e3af09 " ,
51
- url = "https://github.com/bazelbuild/rules_python/archive/52381415be9d3618130f02a821aef50de1e3af09 .tar.gz" ,
49
+ sha256 = "b4e41e7cd1e953c7d49b1027fa66cb8e949eee14babd40ea4d6dc4a27e6a3707 " ,
50
+ strip_prefix = "rules_python-c6941a8dad4c7a221125fbad7c8bfaac377e00ba " ,
51
+ url = "https://github.com/bazelbuild/rules_python/archive/c6941a8dad4c7a221125fbad7c8bfaac377e00ba .tar.gz" ,
52
52
)
53
53
54
54
if register_py_toolchains :
You can’t perform that action at this time.
0 commit comments