Skip to content

Commit

Permalink
Update rules_python (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi authored May 16, 2024
1 parent 0601547 commit 2e7118f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repositories/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ def ros_repositories():
maybe(
http_archive,
name = "rules_python",
sha256 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311",
strip_prefix = "rules_python-0.31.0",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.31.0.tar.gz",
sha256 = "4912ced70dc1a2a8e4b86cec233b192ca053e82bc72d877b98e126156e8f228d",
strip_prefix = "rules_python-0.32.2",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.32.2.tar.gz",
)

maybe(
Expand Down

0 comments on commit 2e7118f

Please sign in to comment.