GNU bug report logs -
#77614
[PATCH c++-team 0/8] Update aws-sdk-cpp.
Previous Next
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
View this message in rfc822 format
* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.541.
Change-Id: Ia6f34e2584f583eb5baddf0c314abac790632ae4
---
gnu/packages/cpp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 46a3e8a57d..7089665959 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2307,7 +2307,7 @@ (define-public aws-sdk-cpp
(name "aws-sdk-cpp")
; When updating also check for a tagged update to aws-crt-cpp from
; https://github.com/aws/aws-sdk-cpp/tree/main/crt
- (version "1.11.538")
+ (version "1.11.541")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2316,7 +2316,7 @@ (define-public aws-sdk-cpp
(file-name (git-file-name name version))
(sha256
(base32
- "1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7"))))
+ "0lvsskwpniip1m75w00aqa3ic1337r2c6a6brvgs6ff2qqi27cdg"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.
--
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.