mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: aws-c-io: Downgrade to 0.17.1.
* gnu/packages/c.scm (aws-c-io): Downgrade to 0.17.1. Change-Id: I903e85299c2d38deaf67e13086890250b33419d2
This commit is contained in:
parent
171dbdbc6d
commit
c22c9323c5
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.18.0")
|
(version "0.17.1")
|
||||||
(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
|
||||||
"07awsk4l3aj6g9k5c3xbd2i8hr9hlcs1xh1jv295yyld46qyg4ma"))))
|
"0slk4ibskia3nzn1wwkj0biamh0fhgbmc1abplmgjzcmz9wlqxr5"))))
|
||||||
(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