Skip to content

Commit 8868011

Browse files
[build] Upgrade rules_python to 0.5.0
1 parent 324ae1f commit 8868011

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

WORKSPACE

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

5151
http_archive(
5252
name = "rules_python",
53-
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
54-
urls = [
55-
"https://mirror.bazel.build/github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
56-
"https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
57-
],
53+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
54+
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
5855
)
5956

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

0 commit comments

Comments
 (0)