guix-commits
[Top][All Lists]
Advanced

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

29/94: gnu: GnuTLS: Update to 3.6.11.1.


From: guix-commits
Subject: 29/94: gnu: GnuTLS: Update to 3.6.11.1.
Date: Thu, 5 Dec 2019 12:15:31 -0500 (EST)

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

commit 355ab32eed66a011187a6444d18460f6814b2e27
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:10:01 2019 +0100

    gnu: GnuTLS: Update to 3.6.11.1.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.6.11.1.
---
 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 ee7c39b..0d764b6 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -163,7 +163,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.6.9")
+    (version "3.6.11.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -175,7 +175,7 @@ living in the same process.")
              (patches (search-patches "gnutls-skip-trust-store-test.patch"))
              (sha256
               (base32
-               "1jqz5s3lv8sa53348cfi9nr5pw5l55n8m40b8msdvv0pb2jzqca3"))))
+               "1y1wadpsrj5ai603xv5bgssl9v0pb1si2hg14zqdnmcsvgri5fpv"))))
     (build-system gnu-build-system)
     (arguments
      `(; Ensure we don't keep a reference to this buggy software.



reply via email to

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