Skip to content

Commit

Permalink
[bazel] Update rules_python to 0.39.0
Browse files Browse the repository at this point in the history
Required for the python toolchain to be registered from `WORKSPACE` when
using Bazel in hybrid mode.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Nov 18, 2024
1 parent eb3a787 commit ef196d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/python/repos.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def python_repos():
http_archive(
name = "rules_python",
sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913",
strip_prefix = "rules_python-0.36.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.36.0/rules_python-0.36.0.tar.gz",
sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687",
strip_prefix = "rules_python-0.39.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.39.0/rules_python-0.39.0.tar.gz",
)

0 comments on commit ef196d7

Please sign in to comment.