guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: abseil-cpp: Update to 20220623.0.


From: guix-commits
Subject: 01/05: gnu: abseil-cpp: Update to 20220623.0.
Date: Wed, 31 Aug 2022 10:36:38 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 1b2ced40aad6301f874c5ad49254e19371b5916a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 30 17:52:15 2022 -0400

    gnu: abseil-cpp: Update to 20220623.0.
    
    * gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.0.
---
 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 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]