aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar bstriner <bstriner@gmail.com>2018-08-14 04:49:25 -0400
committerGravatar bstriner <bstriner@gmail.com>2018-08-14 04:49:25 -0400
commit0bfe6381f25a686999cfb77a685a698ceb86f7b4 (patch)
treef62ccd0851012869ec60c07581f3ea3441255795 /tensorflow/workspace.bzl
parent26e7d51fee4ecfaeffbfad7beaf6952b3132b444 (diff)
parentcb53bfaf48588962f5799391d3a7a411dda72b49 (diff)
Merge branch 'master' into py37_2
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 769e74d5a5..67beb17978 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -157,11 +157,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "com_googlesource_code_re2",
urls = [
- "https://mirror.bazel.build/github.com/google/re2/archive/2018-04-01.tar.gz",
- "https://github.com/google/re2/archive/2018-04-01.tar.gz",
+ "https://mirror.bazel.build/github.com/google/re2/archive/2018-07-01.tar.gz",
+ "https://github.com/google/re2/archive/2018-07-01.tar.gz",
],
- sha256 = "2f945446b71336e7f5a2bcace1abcf0b23fbba368266c6a1be33de3de3b3c912",
- strip_prefix = "re2-2018-04-01",
+ sha256 = "803c7811146edeef8f91064de37c6f19136ff01a2a8cdb3230e940b2fd9f07fe",
+ strip_prefix = "re2-2018-07-01",
system_build_file = clean_dep("//third_party/systemlibs:re2.BUILD"),
)