cbaines pushed a commit to branch master
in repository guix.

commit b4a1577c97729abac6ca5a61fc5408345bf0a720
Author: Ashish SHUKLA <ashish...@lostca.se>
AuthorDate: Wed Apr 2 11:46:13 2025 +0000

    gnu: s2n: Update to 1.5.15.
    
    * gnu/packages/tls.scm (s2n): Update to 1.5.15.
    
    Change-Id: I9d3285c2b58ee789b15a875f9cca3649a4451c67
    Signed-off-by: Christopher Baines <m...@cbaines.net>
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 94095fb126..8b108d250f 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1155,7 +1155,7 @@ derived from Mozilla's collection.")
   (package
     (name "s2n")
     ;; Update only when updating aws-crt-cpp.
-    (version "1.5.1")
+    (version "1.5.15")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1164,7 +1164,7 @@ derived from Mozilla's collection.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0cw8f846zvjgdwaqadnhdb0cxksx4jd9x4nan9x02xz2w5hcqw04"))))
+                "0b8ym4ns56fa5pkrvsm5kghh8mii0q0kc1mz2plg1ypm5zny02kw"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags

Reply via email to