mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: aws-lc: Update to 1.49.1
* gnu/packages/tls.scm (aws-lc): Update to 1.49.1. [native-inputs]: Add perl. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
committed by
Christopher Baines
parent
db523cfaa8
commit
0b43448b43
@@ -1220,7 +1220,7 @@ ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b.")
|
||||
(package
|
||||
(name "aws-lc")
|
||||
;; Update only when updating aws-crt-cpp.
|
||||
(version "1.34.2")
|
||||
(version "1.49.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -1229,8 +1229,9 @@ ciphers such as ChaCha20, Curve25519, NTRU, and Blake2b.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"075a5z3qck0wqb7k2im8k7vj7rqn7r7v1j0i18l6k2n5pi52wypa"))))
|
||||
"1403l9xdidym2gp6l9qhxcsv0bhg205p322rf45v8jysf76jsxl2"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list perl))
|
||||
(arguments
|
||||
'(#:test-target "run_minimal_tests"
|
||||
#:configure-flags
|
||||
|
||||
Reference in New Issue
Block a user