Archived
1
0
Fork 0

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

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2023-06-21 13:37:28 +00:00 committed by Ludovic Courtès
parent 7e60061da3
commit 269cfe341f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1344,7 +1344,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(name "aws-sdk-cpp") (name "aws-sdk-cpp")
; When updating also check for a tagged update to aws-crt-cpp from ; When updating also check for a tagged update to aws-crt-cpp from
; https://github.com/aws/aws-sdk-cpp/tree/main/crt ; https://github.com/aws/aws-sdk-cpp/tree/main/crt
(version "1.9.236") (version "1.9.306")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1353,7 +1353,7 @@ aws-c-http, aws-c-io, aws-c-mqtt, aws-checksums, and s2n.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13qhxsbfn81r7lg382wb4d3xfc4a287ikww5i7whddk5yz0j8384")))) "0k3f4xq4vvlwrwgpp0vka4pwzbnkylvrkbbkjksx6wq6g1a2gc2g"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(;; Tests are run during the build phase. '(;; Tests are run during the build phase.