Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd5416e

Browse filesBrowse 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
Copy full SHA for cd5416e

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎examples/pip_install/WORKSPACE

Copy file name to clipboardExpand all lines: examples/pip_install/WORKSPACE
+3-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.