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


Message #44 received at 77176 <at> debbugs.gnu.org (full text, mbox):

From: ashish.is <at> lostca.se
To: 77176 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2 08/15] gnu: aws-c-http: Update to 0.9.6.
Date: Wed,  2 Apr 2025 11:46:19 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/c.scm (aws-c-http): Update to 0.9.6.

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

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 3b5d7f623c..140763c18e 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1251,7 +1251,7 @@ (define-public aws-c-http
   (package
     (name "aws-c-http")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.8.8")
+    (version "0.9.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1260,7 +1260,7 @@ (define-public aws-c-http
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kap7r9mj564k7ncl2p6kyqp88vxkj80r277xkd6fry8d3plviac"))))
+                "0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641"))))
     (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.