diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-14 16:41:15 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-20 23:46:44 +0200 |
commit | 7c45af91f4c68c7a071b3517ddc1d3ea1585c991 (patch) | |
tree | 6bd2dcc499198902c466abb7d935264bd611416f /gnu/packages | |
parent | f796dc920723f83cc01c988d66d28fbcf6913bc9 (diff) |
gnu: aws-c-io: Update to 0.10.20.
* gnu/packages/c.scm (aws-c-io): Update to 0.10.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 8105a161ef..7eab6d782e 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -671,7 +671,7 @@ communication.") (package (name "aws-c-io") ; Update only when updating aws-crt-cpp. - (version "0.10.9") + (version "0.10.20") (source (origin (method git-fetch) (uri (git-reference @@ -680,7 +680,7 @@ communication.") (file-name (git-file-name name version)) (sha256 (base32 - "14rxa3k842fgk43702nz7z9y3clfhvax8j0k93i0c5vg14wj38yp")))) + "07l5rfbm1irkigfv51sfygs992af8rxicmay97frbx6z21khdjnr")))) (build-system cmake-build-system) (arguments '(#:configure-flags |