mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-io: Update to 0.14.18.
* gnu/packages/c.scm (aws-c-io): Update to 0.14.18. Change-Id: I2013a9c2f173898e2c48c05824da0044885166e1
This commit is contained in:
parent
aeeff3e877
commit
e597755a8e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue