mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-http: Downgrade to 0.9.5.
* gnu/packages/c.scm (aws-c-http): Downgrade to 0.9.5. Change-Id: I3453fc07285a6a5c308c033bf9d8d052aa0e6077
This commit is contained in:
parent
245c297d35
commit
c5560533a6
1 changed files with 2 additions and 2 deletions
|
@ -1251,7 +1251,7 @@ low level functionality for coroutines.")
|
||||||
(package
|
(package
|
||||||
(name "aws-c-http")
|
(name "aws-c-http")
|
||||||
;; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.9.6")
|
(version "0.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1260,7 +1260,7 @@ low level functionality for coroutines.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0anasabsgyyn56v3w1p6sq558n646ifxgqxyy0j0601wvxxmk641"))))
|
"0yr2krsajmrvma58fs8sb3jpajynjw2xsi5fmg3cih32wbcjiixj"))))
|
||||||
(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