File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ To import rules_python in your project, you first need to add it to your
42
42
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
43
43
http_archive(
44
44
name = " rules_python" ,
45
- url = " https://github.com/bazelbuild/rules_python/releases/download/0.2 .0/rules_python-0.2 .0.tar.gz" ,
46
- sha256 = " 778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f " ,
45
+ url = " https://github.com/bazelbuild/rules_python/releases/download/0.3 .0/rules_python-0.3 .0.tar.gz" ,
46
+ sha256 = " 934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b " ,
47
47
)
48
48
```
49
49
@@ -52,11 +52,11 @@ To depend on a particular unreleased version (not recommended), you can do:
52
52
``` python
53
53
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
54
54
55
- rules_python_version = " c8c79aae9aa1b61d199ad03d5fe06338febd0774 " # Latest @ 2020-10-15
55
+ rules_python_version = " 740825b7f74930c62f44af95c9a4c1bd428d2c53 " # Latest @ 2021-06-23
56
56
57
57
http_archive(
58
58
name = " rules_python" ,
59
- sha256 = " 5be9610a959772697f57ec66bb58c8132970686ed7fb0f1cf81b22ddf12f5368 " ,
59
+ sha256 = " 3474c5815da4cb003ff22811a36a11894927eda1c2e64bf2dac63e914bfdf30f " ,
60
60
strip_prefix = " rules_python-{} " .format(rules_python_version),
61
61
url = " https://github.com/bazelbuild/rules_python/archive/{} .zip" .format(rules_python_version),
62
62
)
You can’t perform that action at this time.
0 commit comments