We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcc24f commit 29f96bdCopy full SHA for 29f96bd
README.md
@@ -81,8 +81,9 @@ directly and call its initialization methods as follows:
81
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
82
http_archive(
83
name = "rules_python",
84
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.0.1/rules_python-0.0.1.tar.gz",
85
- 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",
86
+ sha256 = "b5668cde8bb6e3515057ef465a35ad712214962f0b3a314e551204266c7be90c",
87
)
88
load("@rules_python//python:repositories.bzl", "py_repositories")
89
py_repositories()
0 commit comments