Skip to content

Commit

Permalink
[build] Upgrade rules_python to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 21, 2021
1 parent 153298f commit 2d199e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_python",
sha256 = "934c9ceb552e84577b0faf1e5a2f0450314985b4d8712b2b70717dc679fdc01b",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.3.0/rules_python-0.3.0.tar.gz",
sha256 = "954aa89b491be4a083304a2cb838019c8b8c3720a7abb9c4cb81ac7a24230cea",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
"https://github.com/bazelbuild/rules_python/releases/download/0.4.0/rules_python-0.4.0.tar.gz",
],
)

# This one is only needed if you're using the packaging rules.
Expand Down

0 comments on commit 2d199e1

Please sign in to comment.