cbaines pushed a commit to branch master in repository guix. commit 4a1db637f45c142a559b05a3512ca571702548a4 Author: Ashish SHUKLA <ashish...@lostca.se> AuthorDate: Wed Apr 2 11:46:22 2025 +0000
gnu: aws-c-s3: Update to 0.7.14. * gnu/packages/c.scm (aws-c-s3): Update to 0.7.14. Change-Id: I9f8fa038e5115ab70d5931b6d88b4cf79e4dd056 Signed-off-by: Christopher Baines <m...@cbaines.net> --- 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 cb620e4aa6..2c62ad041d 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1340,7 +1340,7 @@ authentication.") (package (name "aws-c-s3") ;; Update only when updating aws-crt-cpp. - (version "0.6.4") + (version "0.7.14") (source (origin (method git-fetch) (uri (git-reference @@ -1349,7 +1349,7 @@ authentication.") (file-name (git-file-name name version)) (sha256 (base32 - "08kzdpjn48bzg4hvvr92yv6igvppja6xcrqr6hsliai6088nw4kl")))) + "1zh6nf3cxglsdn00m697yl90w2rc012chd9zivd6jd4i4ck6wq7q")))) (build-system cmake-build-system) (arguments '(#:configure-flags