gnu: aws-c-s3: Update to 0.1.38.
* gnu/packages/c.scm (aws-c-s3): Update to 0.1.38. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
d2cb3f9905
commit
4773664eb8
|
@ -870,7 +870,7 @@ authentication.")
|
||||||
(package
|
(package
|
||||||
(name "aws-c-s3")
|
(name "aws-c-s3")
|
||||||
; Update only when updating aws-crt-cpp.
|
; Update only when updating aws-crt-cpp.
|
||||||
(version "0.1.26")
|
(version "0.1.38")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -879,7 +879,7 @@ authentication.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gaxnwwk0jbvkgjnxcgchq13xmn7jk5vjvjsps6b0vaz6bf12wv8"))))
|
"0n2y8hzb1bx3vnzlpb5hsav18dg33pwav0mpji6krz98y2l8msya"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -888,7 +888,7 @@ authentication.")
|
||||||
(assoc-ref %build-inputs "aws-c-common"))
|
(assoc-ref %build-inputs "aws-c-common"))
|
||||||
"-DENABLE_NET_TESTS=OFF")))
|
"-DENABLE_NET_TESTS=OFF")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list aws-c-auth aws-c-http))
|
(list aws-c-auth aws-c-http aws-checksums))
|
||||||
(synopsis "Amazon Web Services client library for Amazon S3")
|
(synopsis "Amazon Web Services client library for Amazon S3")
|
||||||
(description
|
(description
|
||||||
"This library provides a C99 client implementation of the Simple Storage
|
"This library provides a C99 client implementation of the Simple Storage
|
||||||
|
|
Reference in New Issue