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>
This commit is contained in:
parent
f796dc9207
commit
7c45af91f4
1 changed files with 2 additions and 2 deletions
|
@ -671,7 +671,7 @@ communication.")
|
||||||
(package
|
(package
|
||||||
(name "aws-c-io")
|
(name "aws-c-io")
|
||||||
; Update only when updating aws-crt-cpp.
|
; Update only when updating aws-crt-cpp.
|
||||||
(version "0.10.9")
|
(version "0.10.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -680,7 +680,7 @@ communication.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14rxa3k842fgk43702nz7z9y3clfhvax8j0k93i0c5vg14wj38yp"))))
|
"07l5rfbm1irkigfv51sfygs992af8rxicmay97frbx6z21khdjnr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in a new issue