GNU bug report logs - #77176
[PATCH v2] s2n-tls, and aws-* packages update

Previous Next

Package: guix-patches;

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.is <at> lostca.se
To: 77176 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, Greg Hogan <code <at> greghogan.com>
Subject: [bug#77176] [PATCH v2 03/15] gnu: aws-c-common: Update to 0.12.2.
Date: Wed,  2 Apr 2025 11:46:14 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/c.scm (aws-c-common): Update to 0.12.2.

Change-Id: Iff74f1ffd621edc1c6c8d740113d7ac14ca37c5e
---
 gnu/packages/c.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 8efb782811..edf1eda3fa 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2023, 2024 David Elsing <david.elsing <at> posteo.net>
 ;;; Copyright @ 2022, Kitzman <kitzman <at> disroot.org>
 ;;; Copyright @ 2025 Dariqq <dariqq <at> posteo.net>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1057,7 +1058,7 @@ (define-public aws-c-common
   (package
     (name "aws-c-common")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.9.27")
+    (version "0.12.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1066,7 +1067,7 @@ (define-public aws-c-common
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wzlxvcwr4s31c4q8nyj66x3za9s01xzq47ap2jwvr61c93pxcam"))))
+                "1drad31f3ynvjy2xmgnidzwxya2z47n9wa4s13cpnzf2aga0jb4v"))))
     (build-system cmake-build-system)
     (arguments
      '(#:parallel-tests? #f
-- 
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.