Skip to content

Commit

Permalink
Updating rules_python to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd authored Aug 31, 2022
1 parent b987ef6 commit fa5e4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/workspace_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ def upb_deps():
patches = ["//bazel:protobuf.patch"],
)

rules_python_version = "0.11.0" # Latest @ August 15th, 2022
rules_python_version = "0.12.0" # Latest @ August 31, 2022

maybe(
http_archive,
name = "rules_python",
strip_prefix = "rules_python-{}".format(rules_python_version),
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/{}.tar.gz".format(rules_python_version),
sha256 = "c03246c11efd49266e8e41e12931090b613e12a59e6f55ba2efd29a7cb8b4258",
sha256 = "b593d13bb43c94ce94b483c2858e53a9b811f6f10e1e0eedc61073bd90e58d9c",
)

maybe(
Expand Down

0 comments on commit fa5e4cf

Please sign in to comment.