GNU bug report logs -
#77176
[PATCH v2] s2n-tls, and aws-* packages update
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 22 Mar 2025 13:15:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.32.2.
Change-Id: Ic09784de47b83c7d68e99602b1e85db18a81ab49
---
gnu/packages/cpp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bdd0a5e5c4..5de2e7a628 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -44,6 +44,7 @@
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch <at> web.de>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez <at> gmail.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2268,7 +2269,7 @@ (define-public aws-crt-cpp
;; Update only when updating aws-sdk-cpp, and when updating also update
;; versions of library dependencies linked from from
;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
- (version "0.28.2")
+ (version "0.32.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2277,7 +2278,7 @@ (define-public aws-crt-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "1jnj5q6jcw1nh74yzdbi99x338lc3v2wjlgvjnzclla4p66pi712"))))
+ "1xakyki8sxn6pxmmmf41n3wl0qsgsags0wvj74jmhfln4g2c4qy9"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
--
2.49.0
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.