8000 update README to point at latest release, 0.3.0, and latest master co… · kmARC/rules_python@4a0edcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a0edcc

Browse files
author
Jonathon Belotti
authored
update README to point at latest release, 0.3.0, and latest master commit (bazel-contrib#494)
1 parent e887347 commit 4a0edcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ To import rules_python in your project, you first need to add it to your
4242
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4343
http_archive(
4444
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",
4747
)
4848
```
4949

@@ -52,11 +52,11 @@ To depend on a particular unreleased version (not recommended), you can do:
5252
```python
5353
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
5454

55-
rules_python_version = "c8c79aae9aa1b61d199ad03d5fe06338febd0774" # Latest @ 2020-10-15
55+
rules_python_version = "740825b7f74930c62f44af95c9a4c1bd428d2c53" # Latest @ 2021-06-23
5656

5757
http_archive(
5858
name = "rules_python",
59-
sha256 = "5be9610a959772697f57ec66bb58c8132970686ed7fb0f1cf81b22ddf12f5368",
59+
sha256 = "3474c5815da4cb003ff22811a36a11894927eda1c2e64bf2dac63e914bfdf30f",
6060
strip_prefix = "rules_python-{}".format(rules_python_version),
6161
url = "https://github.com/bazelbuild/rules_python/archive/{}.zip".format(rules_python_version),
6262
)

0 commit comments

Comments
 (0)
0