cbaines pushed a commit to branch master
in repository guix.

commit 0b43448b43b52cbf9f31b8fc745ffcd9ae7f4370
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Apr 2 11:46:12 2025 +0000

    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 <[email protected]>
---
 gnu/packages/tls.scm | 5 +++--
 1 file 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

Reply via email to