aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJonathon Belotti <jonathon@canva.com>2020-05-19 14:09:56 +1000
committerGitHub <noreply@github.com>2020-05-19 14:09:56 +1000
commit29f96bd504f88fe0a148a726b877b6b3f8c7ab9f (patch)
treecf0f5d51afc8b5adcdddd305e6c592cc1c5a09cf /README.md
parent4fcc24fd8a850bdab2ef2e078b1de337eea751a6 (diff)
downloadbazelbuild-rules_python-29f96bd504f88fe0a148a726b877b6b3f8c7ab9f.tar.gz
point README readers to new 0.0.2 release (#302)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 109425a..6d83585 100644
--- a/README.md
+++ b/README.md
@@ -81,8 +81,9 @@ directly and call its initialization methods as follows:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.1/rules_python-0.0.1.tar.gz",
- sha256 = "aa96a691d3a8177f3215b14b0edc9641787abaaa30363a080165d06ab65e1161",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.2/rules_python-0.0.2.tar.gz",
+ strip_prefix = "rules_python-0.0.2",
+ sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
)
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()