diff options
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index e90cee7f96..bf4d41a163 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -2020,7 +2020,7 @@ Google's C++ code base.") (package (inherit base) (name "abseil-cpp") - (version "20250127.1") + (version "20250512.1") (source (origin (method git-fetch) (uri (git-reference @@ -2029,7 +2029,7 @@ Google's C++ code base.") (file-name (git-file-name name version)) (sha256 (base32 - "0r2j360csym12jlgmcy92rgwdmng63shchxvfmln3j5402lv0g21")) + "069ssr9zad1mfxc6m6m0a97khfyhdb3zq43nyrn0nmxx6flww7kq")) (patches (search-patches "abseil-cpp-20220623.1-no-kepsilon-i686.patch")))) (arguments |