diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-04-02 11:46:12 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 17:16:19 +0100 |
commit | 0b43448b43b52cbf9f31b8fc745ffcd9ae7f4370 (patch) | |
tree | 116f8aab463dc13ad2c14a9e75f30df91469224c | |
parent | db523cfaa834ac9778f436e7f94647508733c0a1 (diff) |
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>
-rw-r--r-- | gnu/packages/tls.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 22da51ecaf..94095fb126 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -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 |