GNU bug report logs - #73323
[PATCH 00/15] Update aws-sdk-cpp.

Previous Next

Package: guix-patches;

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

Date: Tue, 17 Sep 2024 20:17:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Greg Hogan <code <at> greghogan.com>
To: 73323 <at> debbugs.gnu.org
Cc: Greg Hogan <code <at> greghogan.com>
Subject: [PATCH 06/15] gnu: aws-c-io: Update to 0.14.18.
Date: Tue, 17 Sep 2024 20:16:54 +0000
* gnu/packages/c.scm (aws-c-io): Update to 0.14.18.

Change-Id: I2013a9c2f173898e2c48c05824da0044885166e1
---
 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 74f6aaba22..d1c8c64d37 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1066,7 +1066,7 @@ (define-public aws-c-io
   (package
     (name "aws-c-io")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.10.20")
+    (version "0.14.18")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1075,7 +1075,7 @@ (define-public aws-c-io
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07l5rfbm1irkigfv51sfygs992af8rxicmay97frbx6z21khdjnr"))))
+                "09m3n81jibn8fhg7z6dkhj7dc7sds9n3mbr3n7jgg64zpf0lx9kl"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags
-- 
2.46.0





This bug report was last modified 234 days ago.

Previous Next


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