Skip to content

Commit 4ec7366

Browse files
[build] Upgrade rules_python
1 parent 54312a8 commit 4ec7366

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ bazel_skylib_workspace()
5050

5151
http_archive(
5252
name = "rules_python",
53-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
54-
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
53+
sha256 = "a30abdfc7126d497a7698c29c46ea9901c6392d6ed315171a6df5ce433aa4502",
54+
strip_prefix = "rules_python-0.6.0",
55+
url = "https://github.com/bazelbuild/rules_python/archive/0.6.0.tar.gz",
5556
)
5657

5758
# This one is only needed if you're using the packaging rules.

0 commit comments

Comments
 (0)