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 #23 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 6/8] gnu: aws-c-mqtt: Downgrade to 0.12.2.
Date: Mon,  7 Apr 2025 17:44:12 +0000
* gnu/packages/c.scm (aws-c-mqtt): Downgrade to 0.12.2.

Change-Id: I39c8ae24c7c14181d5717b1f9b4a59cb595b6437
---
 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 de1908341a..c2a7f44798 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1370,7 +1370,7 @@ (define-public aws-c-mqtt
   (package
     (name "aws-c-mqtt")
     ;; Update only when updating aws-crt-cpp.
-    (version "0.12.3")
+    (version "0.12.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1379,7 +1379,7 @@ (define-public aws-c-mqtt
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1bq4cw6w5p94rsbyl05k4dx4dnmbnnhbs240dvvkggbyvvd5k0z6"))))
+                "1vcy2hd5h84pxjpig9rfa49v1d9nkjxjm1b24y1bs9l222q7g8sc"))))
     (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.