GNU bug report logs -
#57638
[PATCH] gnu: abseil-cpp: Update to 20220623.1.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 7 Sep 2022 06:07:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.