We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562ffc7 commit cd5416eCopy full SHA for cd5416e
examples/pip_install/WORKSPACE
@@ -13,8 +13,9 @@ http_archive(
13
14
http_archive(
15
name = "rules_python",
16
- sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
17
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
+ sha256 = "4ab93d2af38ecd5b3d9e1d70aaa20448de57ac8bd78d4c5e40b9be4139eebb50",
+ strip_prefix = "rules_python-8e2b6de3e7f434dd98a8d25403bd7fb45866eacc",
18
+ url = "https://github.com/bazelbuild/rules_python/archive/8e2b6de3e7f434dd98a8d25403bd7fb45866eacc.tar.gz",
19
)
20
21
load("@rules_python//python:pip.bzl", "pip_install")
0 commit comments