diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-02 11:46:20 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:16:20 +0100 |
commit | e6105c7a17599527b4650e5f8820e10432fd43fe (patch) | |
tree | 5272ac0a52f5c21ef303161ca4aa09200827c395 | |
parent | f172fb40343c648b0516b081b6bb05e5a55bd419 (diff) | |
download | guix-e6105c7a17599527b4650e5f8820e10432fd43fe.tar.gz guix-e6105c7a17599527b4650e5f8820e10432fd43fe.zip |
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 <mail@cbaines.net>
-rw-r--r-- | gnu/packages/c.scm | 4 |
1 files 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 |