From 16ccb58dbc1b7e5e70043f993a29a9372a58f4d0 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Wed, 15 May 2024 17:24:59 +0200 Subject: [PATCH] update rules_python --- repositories/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repositories/repositories.bzl b/repositories/repositories.bzl index 0df535d..a52b604 100644 --- a/repositories/repositories.bzl +++ b/repositories/repositories.bzl @@ -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(