guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: gnutls: Update to 3.6.9.


From: guix-commits
Subject: 15/18: gnu: gnutls: Update to 3.6.9.
Date: Wed, 31 Jul 2019 08:58:42 -0400 (EDT)

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

commit bffe4305ec2daaa87cb31a0121214983b2bd5589
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 27 23:21:27 2019 +0200

    gnu: gnutls: Update to 3.6.9.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.6.9.
---
 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 84461a7..f2e7f4a 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.8")
+    (version "3.6.9")
     (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
-               "10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da"))))
+               "1jqz5s3lv8sa53348cfi9nr5pw5l55n8m40b8msdvv0pb2jzqca3"))))
     (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]