[TF:XLA] Bump open source abseil revision to 43ef2148c0936ebf7cb4be6b19927a9d9d145b8f

PiperOrigin-RevId: 253902982
This commit is contained in:
Sanjoy Das 2019-06-18 17:31:56 -07:00 committed by TensorFlower Gardener
parent 5916195ac8
commit 3b72942bee

View File

@ -137,11 +137,11 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
tf_http_archive(
name = "com_google_absl",
build_file = clean_dep("//third_party:com_google_absl.BUILD"),
sha256 = "e24f178ea7bb7352fded9af22d9367b5d4958bff37a330fc9ccae218f9a26fb6",
strip_prefix = "abseil-cpp-8f11724067248acc330b4d1f12f0c76d03f2cfb1",
sha256 = "acd93f6baaedc4414ebd08b33bebca7c7a46888916101d8c0b8083573526d070",
strip_prefix = "abseil-cpp-43ef2148c0936ebf7cb4be6b19927a9d9d145b8f",
urls = [
"http://mirror.tensorflow.org/github.com/abseil/abseil-cpp/archive/8f11724067248acc330b4d1f12f0c76d03f2cfb1.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/8f11724067248acc330b4d1f12f0c76d03f2cfb1.tar.gz",
"http://mirror.tensorflow.org/github.com/abseil/abseil-cpp/archive/43ef2148c0936ebf7cb4be6b19927a9d9d145b8f.tar.gz",
"https://github.com/abseil/abseil-cpp/archive/43ef2148c0936ebf7cb4be6b19927a9d9d145b8f.tar.gz",
],
)