diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-30 17:52:15 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-08-31 09:23:38 -0400 |
commit | 1b2ced40aad6301f874c5ad49254e19371b5916a (patch) | |
tree | 801991b96d2f2f74ef4354c3b9ba054b6dd27243 | |
parent | 79415548f7acc3afd8a79fb8ca5d103ad065a2bf (diff) |
gnu: abseil-cpp: Update to 20220623.0.
* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0.
-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 e6d734010d..f00317e949 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1023,7 +1023,7 @@ Google's C++ code base.") (let ((base abseil-cpp-20200923.3)) (package/inherit base (name "abseil-cpp") - (version "20210324.2") + (version "20220623.0") (source (origin (method git-fetch) (uri (git-reference @@ -1032,7 +1032,7 @@ Google's C++ code base.") (file-name (git-file-name name version)) (sha256 (base32 - "0g9rbhk3mwjdfxk7cscd04vm8fphd5flz9yykpgvyy1nwa34zk3x")))) + "1kyvlpdkkh8spqrdh9yvq2d4ri46hwxljicy3i9mp7mk2rqcnyvj")))) (arguments (substitute-keyword-arguments (package-arguments base) ((#:configure-flags flags) |