GNU bug report logs - #77614
[PATCH c++-team 0/8] Update aws-sdk-cpp.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Mon, 7 Apr 2025 17:43:02 UTC

Severity: normal

Tags: patch

Done: Greg Hogan <code <at> greghogan.com>

Bug is archived. No further changes may be made.

Full log


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

From: Greg Hogan <code <at> greghogan.com>
To: 77614 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH c++-team 4/8] gnu: aws-c-http: Downgrade to 0.9.5.
Date: Mon,  7 Apr 2025 17:44:10 +0000
* gnu/packages/c.scm (aws-c-http): Downgrade to 0.9.5.

Change-Id: I3453fc07285a6a5c308c033bf9d8d052aa0e6077
---
 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 77b246364f..5b55cb9e66 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.9.6")
+    (version "0.9.5")
     (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
-                "0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641"))))
+                "0yr2krsajmrvma58fs8sb3jpajynjw2xsi5fmg3cih32wbcjiixj"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags
-- 
2.49.0





This bug report was last modified 115 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.