Skip to content

Commit cd5416e

Browse files
author
Jonathon Belotti
authored
fix: rules_python 4.0.0 is not recent enough for pip_install example. latest 'main' commit is (bazel-contrib#547)
1 parent 562ffc7 commit cd5416e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/pip_install/WORKSPACE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ http_archive(
1313

1414
http_archive(
1515
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",
16+
sha256 = "4ab93d2af38ecd5b3d9e1d70aaa20448de57ac8bd78d4c5e40b9be4139eebb50",
17+
strip_prefix = "rules_python-8e2b6de3e7f434dd98a8d25403bd7fb45866eacc",
18+
url = "https://github.com/bazelbuild/rules_python/archive/8e2b6de3e7f434dd98a8d25403bd7fb45866eacc.tar.gz",
1819
)
1920

2021
load("@rules_python//python:pip.bzl", "pip_install")

0 commit comments

Comments
 (0)