guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: GnuTLS: Update to 3.7.7.


From: guix-commits
Subject: 10/16: gnu: GnuTLS: Update to 3.7.7.
Date: Tue, 30 Aug 2022 14:44:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 25eed3c5a265c7f00b027c796424ea78f5f49af5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 13:06:27 2022 +0200

    gnu: GnuTLS: Update to 3.7.7.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.7.7.
---
 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 473c131fd8..d1e1e1bbf9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -195,7 +195,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.7.6")
+    (version "3.7.7")
     (source (origin
               (method url-fetch)
               ;; Note: Releases are no longer on ftp.gnu.org since the
@@ -207,7 +207,7 @@ living in the same process.")
                                        "gnutls-cross.patch"))
               (sha256
                (base32
-                "1zv2097v9f6f4c66q7yn3c6gggjk9jz38095ma7v3gs5lccmf1kp"))))
+                "01i1gl15k6qwvxmxx0by1mn9nlmcmym18wdpm7dn9awfsp8474dy"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? (not (or (%current-target-system)



reply via email to

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