guix-commits
[Top][All Lists]
Advanced

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

11/22: gnu: abseil-cpp: Update to 20220623.1.


From: guix-commits
Subject: 11/22: gnu: abseil-cpp: Update to 20220623.1.
Date: Wed, 7 Sep 2022 16:04:14 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 453cbb9f062c710158e3a6b0d9c3e01d7bf7906f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Sep 7 14:06:29 2022 +0800

    gnu: abseil-cpp: Update to 20220623.1.
    
    * gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 f00317e949..606cd792c1 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 "20220623.0")
+      (version "20220623.1")
       (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
-                  "1kyvlpdkkh8spqrdh9yvq2d4ri46hwxljicy3i9mp7mk2rqcnyvj"))))
+                  "0vxh2a74g4s45yr8kdjqnzl64k10qdlc0hbnn987a4cnwdj4bp9r"))))
       (arguments
        (substitute-keyword-arguments (package-arguments base)
          ((#:configure-flags flags)



reply via email to

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