From e597755a8e0afa6f0cb02facd0b49c2a2ffbd569 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Tue, 17 Sep 2024 20:16:54 +0000 Subject: gnu: aws-c-io: Update to 0.14.18. * gnu/packages/c.scm (aws-c-io): Update to 0.14.18. Change-Id: I2013a9c2f173898e2c48c05824da0044885166e1 --- gnu/packages/c.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 74f6aaba22..d1c8c64d37 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -1066,7 +1066,7 @@ communication.") (package (name "aws-c-io") ;; Update only when updating aws-crt-cpp. - (version "0.10.20") + (version "0.14.18") (source (origin (method git-fetch) (uri (git-reference @@ -1075,7 +1075,7 @@ communication.") (file-name (git-file-name name version)) (sha256 (base32 - "07l5rfbm1irkigfv51sfygs992af8rxicmay97frbx6z21khdjnr")))) + "09m3n81jibn8fhg7z6dkhj7dc7sds9n3mbr3n7jgg64zpf0lx9kl")))) (build-system cmake-build-system) (arguments '(#:configure-flags -- cgit v1.2.3