all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57638] [PATCH] gnu: abseil-cpp: Update to 20220623.1.
@ 2022-09-07  6:06 Hilton Chain via Guix-patches via
  2022-09-07 17:28 ` bug#57638: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2022-09-07  6:06 UTC (permalink / raw)
  To: 57638


* gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.
---
 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 @@ (define-public abseil-cpp
   (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 @@ (define-public abseil-cpp
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1kyvlpdkkh8spqrdh9yvq2d4ri46hwxljicy3i9mp7mk2rqcnyvj"))))
+                  "0vxh2a74g4s45yr8kdjqnzl64k10qdlc0hbnn987a4cnwdj4bp9r"))))
       (arguments
        (substitute-keyword-arguments (package-arguments base)
          ((#:configure-flags flags)

base-commit: b9fa04fb2cb32a0b08720bfab37a870fb7426eb7
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57638: [PATCH] gnu: abseil-cpp: Update to 20220623.1.
  2022-09-07  6:06 [bug#57638] [PATCH] gnu: abseil-cpp: Update to 20220623.1 Hilton Chain via Guix-patches via
@ 2022-09-07 17:28 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2022-09-07 17:28 UTC (permalink / raw)
  To: Hilton Chain, 57638-done

[-- Attachment #1: Type: text/plain, Size: 146 bytes --]

Hilton Chain via Guix-patches via <guix-patches@gnu.org> skriver:

> * gnu/packages/cpp.scm (abseil-cpp): Update to 20220623.1.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  6:06 [bug#57638] [PATCH] gnu: abseil-cpp: Update to 20220623.1 Hilton Chain via Guix-patches via
2022-09-07 17:28 ` bug#57638: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.