We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc117f commit b55ab59Copy full SHA for b55ab59
README.md
@@ -74,9 +74,9 @@ bazel_skylib_workspace()
74
# Otherwise you may get the version defined in the `com_google_protobuf` repo.
75
http_archive(
76
name = "rules_python",
77
- sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
78
- strip_prefix = "rules_python-1.1.0",
79
- url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
+ sha256 = "2ef40fdcd797e07f0b6abda446d1d84e2d9570d234fddf8fcd2aa262da852d1c",
+ strip_prefix = "rules_python-1.2.0",
+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.2.0/rules_python-1.2.0.tar.gz",
80
)
81
82
load("@rules_python//python:repositories.bzl", "py_repositories")
0 commit comments