1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: aws-sdk-cpp: Update to 1.11.538.

* gnu/packages/cpp.scm (aws-sdk-cpp): Update to 1.11.538.

Change-Id: Ic3b27cab54157d728a8ea9250338265517619cb0
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Ashish SHUKLA
2025-04-02 11:46:26 +00:00
committed by Christopher Baines
parent e7de19c3b8
commit 932f9354da

View File

@@ -2307,7 +2307,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(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.402")
(version "1.11.538")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2316,7 +2316,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(file-name (git-file-name name version))
(sha256
(base32
"016jzz01c8mf5v732rk8gglmvpa8lf5c5r7jndvbp6gn6nlvnplx"))))
"1h7wsya0wi38m3gdyjcfwsg574sqz9cidirhhz9rf1ss2bkkm6w7"))))
(build-system cmake-build-system)
(arguments
'(;; Tests are run during the build phase.