diff options
author | Greg Hogan <code@greghogan.com> | 2024-09-17 20:16:58 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-09-28 00:20:20 +0200 |
commit | e3fad4598166f07f5d55899985f1a6e4a5526ce9 (patch) | |
tree | 53542425dd41ecb5cc9bbb558dc9070e96f60622 /gnu/packages | |
parent | a8bbda8311a691c1c416e78b7095aae59f1d5667 (diff) | |
download | guix-e3fad4598166f07f5d55899985f1a6e4a5526ce9.tar guix-e3fad4598166f07f5d55899985f1a6e4a5526ce9.tar.gz |
gnu: aws-c-http: Update to 0.8.8.
* gnu/packages/c.scm (aws-c-http): Update to 0.8.8.
Change-Id: I5db13f71b0946449d399847e353c53ba7593be34
Diffstat (limited to 'gnu/packages')
-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 b32ba3740f..be3f449baf 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1170,7 +1170,7 @@ low level functionality for coroutines.") (package (name "aws-c-http") ;; Update only when updating aws-crt-cpp. - (version "0.6.13") + (version "0.8.8") (source (origin (method git-fetch) (uri (git-reference @@ -1179,7 +1179,7 @@ low level functionality for coroutines.") (file-name (git-file-name name version)) (sha256 (base32 - "125glc9b3906r95519zqfbzzz6wj5ib4im2n45yxrigwkkpffbq9")))) + "0kap7r9mj564k7ncl2p6kyqp88vxkj80r277xkd6fry8d3plviac")))) (build-system cmake-build-system) (arguments '(#:configure-flags |