mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: aws-c-common: Update to 0.6.20.
* gnu/packages/c.scm (aws-c-common): Update to 0.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
25a1c60b1c
commit
f796dc9207
1 changed files with 2 additions and 2 deletions
|
@ -585,7 +585,7 @@ (define-public aws-c-common
|
|||
(package
|
||||
(name "aws-c-common")
|
||||
; Update only when updating aws-crt-cpp.
|
||||
(version "0.6.11")
|
||||
(version "0.6.20")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -594,7 +594,7 @@ (define-public aws-c-common
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v4dhygiynl75y3702lbp9j8kph88j4f2sq39s4lkhn6lmbz5f0f"))))
|
||||
"089grcj58n4xs41kmnpaqpwsalcisjbqqb5yqahxxyfx2lf1j9c9"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue