guix_mirror_bot pushed a commit to branch c++-team
in repository guix.
commit 9f92809e538c277b084258ea65f1ec364a9b1dfb
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jun 27 19:21:07 2025 +0000
gnu: abseil-cpp: Update to 20250814.0.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20250814.0.
Change-Id: I8b3adc08815d75fb2d1b7800ef4de44ccbc8cbe2
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 3474d4b5c5..a1f9021ac8 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2140,7 +2140,7 @@ Google's C++ code base.")
(package
(inherit base)
(name "abseil-cpp")
- (version "20250127.1")
+ (version "20250814.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2149,7 +2149,7 @@ Google's C++ code base.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r2j360csym12jlgmcy92rgwdmng63shchxvfmln3j5402lv0g21"))
+ "08lj7plnmfgk47n676kbvl7v4d68wlw2j3mv08ffrxx55ad3n6p9"))
(patches
(search-patches
"abseil-cpp-20220623.1-no-kepsilon-i686.patch"))))
(arguments