diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-02 11:46:19 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:16:20 +0100 |
commit | f172fb40343c648b0516b081b6bb05e5a55bd419 (patch) | |
tree | 76d422577fe61740db1d4f86e107553733a3ad21 | |
parent | 1e9a653bae3a5ed942aa0e048ef7eae89095c265 (diff) | |
download | guix-f172fb40343c648b0516b081b6bb05e5a55bd419.tar.gz guix-f172fb40343c648b0516b081b6bb05e5a55bd419.zip |
gnu: aws-c-http: Update to 0.9.6.
* gnu/packages/c.scm (aws-c-http): Update to 0.9.6.
Change-Id: I064d28f9218ddec66b3eaaeabd90fd7c709c2f2b
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 3b5d7f623c..140763c18e 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1251,7 +1251,7 @@ low level functionality for coroutines.") (package (name "aws-c-http") ;; Update only when updating aws-crt-cpp. - (version "0.8.8") + (version "0.9.6") (source (origin (method git-fetch) (uri (git-reference @@ -1260,7 +1260,7 @@ low level functionality for coroutines.") (file-name (git-file-name name version)) (sha256 (base32 - "0kap7r9mj564k7ncl2p6kyqp88vxkj80r277xkd6fry8d3plviac")))) + "0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641")))) (build-system cmake-build-system) (arguments '(#:configure-flags |