1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: aws-crt-cpp: Update to 0.32.3.

* gnu/packages/cpp.scm (aws-crt-cpp): Update to 0.32.3.

Change-Id: I4872c15c9133cc3607d15706cdacb03d9bd0893d
This commit is contained in:
Greg Hogan 2025-04-07 01:17:59 +00:00
parent 29d0e1777a
commit a23fa25e51
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -2269,7 +2269,7 @@ to be useful for building network-based applications.")
;; Update only when updating aws-sdk-cpp, and when updating also update ;; Update only when updating aws-sdk-cpp, and when updating also update
;; versions of library dependencies linked from from ;; versions of library dependencies linked from from
;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt
(version "0.32.2") (version "0.32.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2278,7 +2278,7 @@ to be useful for building network-based applications.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xakyki8sxn6pxmmmf41n3wl0qsgsags0wvj74jmhfln4g2c4qy9")))) "0hl62qngg3qcm4dykv89bm2sn5wn8p1ik0vb79d7djq3r1bblzks"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags