guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/19: gnu: s2n: Update to 1.3.10.


From: guix-commits
Subject: 04/19: gnu: s2n: Update to 1.3.10.
Date: Wed, 20 Apr 2022 18:09:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bc3e32454f1641281a689fdbf9f4e1493dcf2157
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Apr 14 16:38:55 2022 +0000

    gnu: s2n: Update to 1.3.10.
    
    * gnu/packages/tls.scm (s2n): Update to 1.3.10.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 1b9024faf5..f0595efe08 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1130,7 +1130,7 @@ derived from Mozilla's collection.")
   (package
     (name "s2n")
     ; Update only when updating aws-crt-cpp.
-    (version "1.1.0")
+    (version "1.3.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1139,7 +1139,7 @@ derived from Mozilla's collection.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14dhdddlph36nshdkh0v33718hxjx5vxqxmkw7707393q0qrgipw"))))
+                "15fr6zwglw74x5qd090752kqn7n3cyi4gmz94ip45g3hflschxd3"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]