diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-02 11:46:18 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:16:20 +0100 |
commit | 1e9a653bae3a5ed942aa0e048ef7eae89095c265 (patch) | |
tree | d72ce6430a16594f6ee9aaf0f0182d02f58c9db3 | |
parent | 6a7850721ec705f4aba949df2c951d2a1d4a8658 (diff) | |
download | guix-1e9a653bae3a5ed942aa0e048ef7eae89095c265.tar.gz guix-1e9a653bae3a5ed942aa0e048ef7eae89095c265.zip |
gnu: aws-c-io: Update to 0.18.0.
* gnu/packages/c.scm (aws-c-io): Update to 0.18.0.
Change-Id: Iad7ce2b2d355ed6bb3374511057dab7cce375d7f
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 0785d3bcea..3b5d7f623c 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1147,7 +1147,7 @@ communication.") (package (name "aws-c-io") ;; Update only when updating aws-crt-cpp. - (version "0.14.18") + (version "0.18.0") (source (origin (method git-fetch) (uri (git-reference @@ -1156,7 +1156,7 @@ communication.") (file-name (git-file-name name version)) (sha256 (base32 - "09m3n81jibn8fhg7z6dkhj7dc7sds9n3mbr3n7jgg64zpf0lx9kl")))) + "07awsk4l3aj6g9k5c3xbd2i8hr9hlcs1xh1jv295yyld46qyg4ma")))) (build-system cmake-build-system) (arguments '(#:configure-flags |