Skip to content

Commit b2d5f09

Browse files
[py] Upgrade rules_python
1 parent 3fdd95d commit b2d5f09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ bazel_skylib_workspace()
5050

5151
http_archive(
5252
name = "rules_python",
53-
sha256 = "9fcf91dbcc31fde6d1edb15f117246d912c33c36f44cf681976bd886538deba6",
54-
strip_prefix = "rules_python-0.8.0",
55-
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.0.tar.gz",
53+
sha256 = "cdf6b84084aad8f10bf20b46b77cb48d83c319ebe6458a18e9d2cebf57807cdd",
54+
strip_prefix = "rules_python-0.8.1",
55+
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.8.1.tar.gz",
5656
)
5757

5858
load("@rules_python//python:repositories.bzl", "python_register_toolchains")

0 commit comments

Comments
 (0)