cbaines pushed a commit to branch master
in repository guix.
commit e6105c7a17599527b4650e5f8820e10432fd43fe
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Apr 2 11:46:20 2025 +0000
gnu: aws-c-sdkutils: Update to 0.2.3.
* gnu/packages/c.scm (aws-c-sdkutils): Update to 0.2.3.
Change-Id: Ib4bd6015e6eedcdf19e818556b4174dfe69439d3
Signed-off-by: Christopher Baines <[email protected]>
---
gnu/packages/c.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 140763c18e..36a51afc19 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -1204,7 +1204,7 @@ cryptographic primitives for the @acronym{AWS,Amazon Web
Services} SDK.")
(package
(name "aws-c-sdkutils")
;; Update only when updating aws-crt-cpp.
- (version "0.1.19")
+ (version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1213,7 +1213,7 @@ cryptographic primitives for the @acronym{AWS,Amazon Web
Services} SDK.")
(file-name (git-file-name name version))
(sha256
(base32
- "12xpnx0qxnjc2gnbpxq0kx6dfyi650zlrl2ykfhn3z9h6gj0lz8s"))))
+ "09smvqgg08kr5xri5kc94v67154pxx032vdia0agx86q1pxyfl9l"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags