gnu: aws-c-common: Update to 0.12.2.

* gnu/packages/c.scm (aws-c-common): Update to 0.12.2.

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

View file

@ -23,6 +23,7 @@
;;; Copyright © 2023, 2024 David Elsing <david.elsing@posteo.net>
;;; Copyright @ 2022, Kitzman <kitzman@disroot.org>
;;; Copyright @ 2025 Dariqq <dariqq@posteo.net>
;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1057,7 +1058,7 @@ by Python's @code{argparse} module.")
(package
(name "aws-c-common")
;; Update only when updating aws-crt-cpp.
(version "0.9.27")
(version "0.12.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1066,7 +1067,7 @@ by Python's @code{argparse} module.")
(file-name (git-file-name name version))
(sha256
(base32
"1wzlxvcwr4s31c4q8nyj66x3za9s01xzq47ap2jwvr61c93pxcam"))))
"1drad31f3ynvjy2xmgnidzwxya2z47n9wa4s13cpnzf2aga0jb4v"))))
(build-system cmake-build-system)
(arguments
'(#:parallel-tests? #f