File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,14 @@ bazel_skylib_workspace()
37
37
38
38
http_archive (
39
39
name = "rules_python" ,
40
- sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841 " ,
41
- strip_prefix = "rules_python-0.23.1 " ,
42
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1 /rules_python-0.23.1 .tar.gz" ,
40
+ sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578 " ,
41
+ strip_prefix = "rules_python-0.24.0 " ,
42
+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0 /rules_python-0.24.0 .tar.gz" ,
43
43
)
44
44
45
- load ("@rules_python//python:repositories.bzl" , "python_register_multi_toolchains" )
45
+ load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_multi_toolchains" )
46
+
47
+ py_repositories ()
46
48
47
49
default_python_version = "3.8"
48
50
You can’t perform that action at this time.
0 commit comments