guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: s2n: Update to 1.0.10.


From: guix-commits
Subject: 02/09: gnu: s2n: Update to 1.0.10.
Date: Wed, 23 Jun 2021 18:42:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 08c579ed7a52bb2e839d1b2b484e0f932ce65107
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 23 20:59:39 2021 +0200

    gnu: s2n: Update to 1.0.10.
    
    * gnu/packages/tls.scm (s2n): Update to 1.0.10.
---
 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 eded2c2..3097e84 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1110,7 +1110,7 @@ derived from Mozilla's collection.")
 (define-public s2n
   (package
     (name "s2n")
-    (version "1.0.0")
+    (version "1.0.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1119,7 +1119,7 @@ derived from Mozilla's collection.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1q6kmgwb8jxmc4ijzk9pkqzz8lsbfsv9hyzqvy944w7306zx1r5h"))))
+                "0ampvh2n235hhd9nabgjjvja7d5r5kj45q56ass1k8g52a6xg0jq"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f                      ; tests fail to build for static 
library



reply via email to

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