File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ def rules_haskell_dependencies():
58
58
maybe (
59
59
http_archive ,
60
60
name = "rules_python" ,
61
- sha256 = "94750828b18044533e98a129003b6a68001204038dc4749f40b195b24c38f49f " ,
62
- strip_prefix = "rules_python-0.21.0 " ,
63
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.21.0 /rules_python-0.21.0 .tar.gz" ,
61
+ sha256 = "b289b0b023c71b80f26d39476e5e2c3cf72d21cb2759bcf02638ba3cc480e9df " ,
62
+ strip_prefix = "rules_python-0.32.1 " ,
63
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.32.1 /rules_python-0.32.1 .tar.gz" ,
64
64
)
65
65
66
66
maybe (
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ bazel_dep(
29
29
)
30
30
bazel_dep (
31
31
name = "rules_python" ,
32
- version = "0.21.0 " ,
32
+ version = "0.32.1 " ,
33
33
)
34
34
bazel_dep (
35
35
name = "rules_nixpkgs_go" ,
You can’t perform that action at this time.
0 commit comments