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

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

Change-Id: Ic09784de47b83c7d68e99602b1e85db18a81ab49
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Ashish SHUKLA 2025-04-02 11:46:25 +00:00 committed by Christopher Baines
parent 711d7dd6cd
commit e7de19c3b8
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -44,6 +44,7 @@
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de> ;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> ;;; Copyright © 2025 Sergio Pastor Pérez <sergio.pastorperez@gmail.com>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -2268,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.28.2") (version "0.32.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2277,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
"1jnj5q6jcw1nh74yzdbi99x338lc3v2wjlgvjnzclla4p66pi712")))) "1xakyki8sxn6pxmmmf41n3wl0qsgsags0wvj74jmhfln4g2c4qy9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags