mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aws-c-cal: Update to 0.7.4.
* gnu/packages/c.scm (aws-c-cal): Update to 0.7.4. [propagated-inputs]: Add s2n. [inputs]: Remove openssl and openssl:static. Change-Id: I211a3d96ec984ab870b6e1621756ad6463f27a8b
This commit is contained in:
parent
c229ad27d2
commit
aeeff3e877
1 changed files with 3 additions and 6 deletions
|
@ -1095,7 +1095,7 @@ event-driven, asynchronous network application protocols.")
|
||||||
(package
|
(package
|
||||||
(name "aws-c-cal")
|
(name "aws-c-cal")
|
||||||
;; Update only when updating aws-crt-cpp.
|
;; Update only when updating aws-crt-cpp.
|
||||||
(version "0.5.17")
|
(version "0.7.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1104,7 +1104,7 @@ event-driven, asynchronous network application protocols.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gd7xfzv509vcysifzfa8j2rykkc1prhiry7953snblkzm7airm5"))))
|
"01h3ypypn3lbqm9r252zkh26wg8g7acl1slddy4vd59nfwqlwp7m"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -1112,10 +1112,7 @@ event-driven, asynchronous network application protocols.")
|
||||||
(string-append "-DCMAKE_PREFIX_PATH="
|
(string-append "-DCMAKE_PREFIX_PATH="
|
||||||
(assoc-ref %build-inputs "aws-c-common")))))
|
(assoc-ref %build-inputs "aws-c-common")))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list aws-c-common))
|
(list aws-c-common s2n))
|
||||||
(inputs
|
|
||||||
`(("openssl" ,openssl)
|
|
||||||
("openssl:static" ,openssl "static")))
|
|
||||||
(synopsis "Amazon Web Services Crypto Abstraction Layer")
|
(synopsis "Amazon Web Services Crypto Abstraction Layer")
|
||||||
(description "This library provides a C99 wrapper for hash, HMAC, and ECC
|
(description "This library provides a C99 wrapper for hash, HMAC, and ECC
|
||||||
cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.")
|
cryptographic primitives for the @acronym{AWS,Amazon Web Services} SDK.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue