From fc85acf6b17b3cc4a00ce8bb091940276844f6be Mon Sep 17 00:00:00 2001 From: Igor Dvorzhak Date: Mon, 28 Oct 2019 09:37:10 -0700 Subject: [PATCH] Pin abseil version explicitly (#660) --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4cabdd028..89114065c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -8,9 +8,9 @@ http_archive( http_archive( name = "io_abseil_py", - sha256 = "9b324bc96587819a1420c592cf5d54424456645719f1de6bb22f7045bb6dbc6b", - strip_prefix = "abseil-py-master", - url = "https://github.com/abseil/abseil-py/archive/master.zip", + sha256 = "0a145cb81101d1add8b87eaae58c5d51521084bf7cc4e4654928b326a864c6c3", + strip_prefix = "abseil-py-pypi-v0.8.1", + url = "https://github.com/abseil/abseil-py/archive/pypi-v0.8.1.tar.gz", ) http_archive(