summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhe Tao <zhetao@ucdavis.edu>2021-06-03 23:39:57 -0700
committerGitHub <noreply@github.com>2021-06-03 23:39:57 -0700
commit394ddd5b8e2cb91a405c651104f2878610714dc8 (patch)
tree1ca35ec17f39e84087c0db915c51f525df32cc00
parent7e234eedb72b91286ed428b2359150d3a71a08b7 (diff)
parent5e97f51c48c95cbf381e82a78e01546c1e4221c8 (diff)
Merge pull request #11 from 95616ARG/zhetao-update-dep-bazel-python
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index bad0d9f..9b60410 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -5,7 +5,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "bazel_python",
- commit = "cb4f346641afd090dc088c01df46dc403e600773",
+ commit = "538f6cfd5acdb2b5adfd7742d59ae196367b04dc",
remote = "https://github.com/95616ARG/bazel_python.git",
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback