Update rules_python
Since we're not actually using this, nothing should break.
The idea is that we can use the updated rules to get a crude, but
semi-hermetic Python environment set up.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I0d84481307f6aacc8292970d11e9fe6b8ff53f8c
diff --git a/WORKSPACE b/WORKSPACE
index 23c4580..31c8103 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -230,8 +230,9 @@
# TODO: add frc971.org URL
http_archive(
name = "rules_python",
- sha256 = "778197e26c5fbeb07ac2a2c5ae405b30f6cb7ad1f5510ea6fdac03bded96cc6f",
- url = "https://github.com/bazelbuild/rules_python/releases/download/0.2.0/rules_python-0.2.0.tar.gz",
+ sha256 = "895fa3b03898d7708eb50ed34dcfb71c07866433df6912a6ff4f4fb473048f99",
+ strip_prefix = "rules_python-2b1d6beb4d5d8f59d629597e30e9aa519182d9a9",
+ url = "https://github.com/bazelbuild/rules_python/archive/2b1d6beb4d5d8f59d629597e30e9aa519182d9a9.tar.gz",
)
new_local_repository(