Skip to content

Commit

Permalink
update rules_python version (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Nov 7, 2024
1 parent f6a9fee commit 78af2a0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions workspace/rules_python/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ def rules_python_repository(
github_archive(
name = name,
repository = "bazelbuild/rules_python", # License: Apache-2.0
# The commit (version) and sha256 here should be identical to the
# commit listed in
# drake/tools/install/bazel/test/drake_bazel_installed_test.py.
commit = "0.10.0",
sha256 = "56dc7569e5dd149e576941bdb67a57e19cd2a7a63cc352b62ac047732008d7e1", # noqa
commit = "0.24.0",
sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", # noqa
mirrors = mirrors,
)

0 comments on commit 78af2a0

Please sign in to comment.