mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-s3: Update to 0.6.4.
* gnu/packages/c.scm (aws-c-s3): Update to 0.6.4. Change-Id: Ie2bddb384af8aad55ef53f2a8000be76aa50a781
This commit is contained in:
parent
fb795ee88d
commit
c7ce645886
1 changed files with 2 additions and 2 deletions
|
@ -1262,7 +1262,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.38")
|
(version "0.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1271,7 +1271,7 @@ authentication.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n2y8hzb1bx3vnzlpb5hsav18dg33pwav0mpji6krz98y2l8msya"))))
|
"08kzdpjn48bzg4hvvr92yv6igvppja6xcrqr6hsliai6088nw4kl"))))
|
||||||
(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