Skip to content

Commit 679811c

Browse files
upgrade rules_python to 1.0.0
1 parent 4c0e69c commit 679811c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ llvm_configure(name = "llvm-project")
3737
maybe(
3838
http_archive,
3939
name = "rules_python",
40-
sha256 = "778aaeab3e6cfd56d681c89f5c10d7ad6bf8d2f1a72de9de55b23081b2d31618",
41-
strip_prefix = "rules_python-0.34.0",
42-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.34.0/rules_python-0.34.0.tar.gz",
40+
sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07",
41+
strip_prefix = "rules_python-1.0.0",
42+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz",
4343
)
4444

4545
maybe(

0 commit comments

Comments
 (0)