mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: aws-c-http: Update to 0.6.13.
* gnu/packages/c.scm (aws-c-http): Update to 0.6.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
4bd4c53aac
commit
fbf1435587
1 changed files with 2 additions and 2 deletions
|
@ -778,7 +778,7 @@ (define-public aws-c-http
|
|||
(package
|
||||
(name "aws-c-http")
|
||||
; Update only when updating aws-crt-cpp.
|
||||
(version "0.6.7")
|
||||
(version "0.6.13")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -787,7 +787,7 @@ (define-public aws-c-http
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s06bz6w7355ldyhwjidcpbff7591ch4lwwjcj47a6k2kczdmiz4"))))
|
||||
"125glc9b3906r95519zqfbzzz6wj5ib4im2n45yxrigwkkpffbq9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue