mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-io: Update to 0.18.0.
* gnu/packages/c.scm (aws-c-io): Update to 0.18.0. Change-Id: Iad7ce2b2d355ed6bb3374511057dab7cce375d7f Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
6a7850721e
commit
1e9a653bae
1 changed files with 2 additions and 2 deletions
|
@ -1147,7 +1147,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.14.18")
|
(version "0.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1156,7 +1156,7 @@ communication.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09m3n81jibn8fhg7z6dkhj7dc7sds9n3mbr3n7jgg64zpf0lx9kl"))))
|
"07awsk4l3aj6g9k5c3xbd2i8hr9hlcs1xh1jv295yyld46qyg4ma"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue