mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: aws-c-auth: Update to 0.6.11.
* gnu/packages/c.scm (aws-c-auth): Update to 0.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fbf1435587
commit
d2cb3f9905
1 changed files with 3 additions and 3 deletions
|
@ -837,7 +837,7 @@ (define-public aws-c-auth
|
|||
(package
|
||||
(name "aws-c-auth")
|
||||
; Update only when updating aws-crt-cpp.
|
||||
(version "0.6.4")
|
||||
(version "0.6.11")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -846,7 +846,7 @@ (define-public aws-c-auth
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"120p69lj279yq3d2b81f45kgfrvf32j6m7s03m8hh27w8yd4vbfp"))
|
||||
"0frfnbifkrib9l68mj92a3g1x8xc8hpdlzbga2a801zgf2flx4fy"))
|
||||
(patches
|
||||
(search-patches
|
||||
"aws-c-auth-install-private-headers.patch"))))
|
||||
|
@ -858,7 +858,7 @@ (define-public aws-c-auth
|
|||
(assoc-ref %build-inputs "aws-c-common"))
|
||||
"-DENABLE_NET_TESTS=OFF")))
|
||||
(propagated-inputs
|
||||
(list aws-c-cal aws-c-common aws-c-http aws-c-io))
|
||||
(list aws-c-cal aws-c-common aws-c-http aws-c-io aws-c-sdkutils))
|
||||
(synopsis "Amazon Web Services client-side authentication library")
|
||||
(description
|
||||
"This library provides a C99 implementation for AWS client-side
|
||||
|
|
Loading…
Reference in a new issue