mirror of https://github.com/bazelbuild/rules_cc
Merge pull request #173 from renovate-bot:renovate/io_abseil_py-1.x
PiperOrigin-RevId: 509457306 Change-Id: I89f3f455e5294765b78c61daaaca4d1c6e69b6fc
This commit is contained in:
commit
74495aa92a
|
@ -23,10 +23,10 @@ http_archive(
|
|||
|
||||
http_archive(
|
||||
name = "io_abseil_py",
|
||||
sha256 = "c0bf3e839b7b1c58ac75e41f72a708597087a6c7dd0582aec4914e0d98ec8b04",
|
||||
strip_prefix = "abseil-py-1.3.0",
|
||||
sha256 = "0fb3a4916a157eb48124ef309231cecdfdd96ff54adf1660b39c0d4a9790a2c0",
|
||||
strip_prefix = "abseil-py-1.4.0",
|
||||
urls = [
|
||||
"https://github.com/abseil/abseil-py/archive/refs/tags/v1.3.0.tar.gz",
|
||||
"https://github.com/abseil/abseil-py/archive/refs/tags/v1.4.0.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue