guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: gnutls: Update to 3.5.18.


From: Leo Famulari
Subject: 05/07: gnu: gnutls: Update to 3.5.18.
Date: Mon, 19 Feb 2018 21:50:17 -0500 (EST)

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

commit 6a778c7560ef2b2ca33720d8f542ce1c9532d36f
Author: Leo Famulari <address@hidden>
Date:   Mon Feb 19 21:32:33 2018 -0500

    gnu: gnutls: Update to 3.5.18.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.18.
---
 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 ee316c2..1928051 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -155,7 +155,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.5.13")
+    (version "3.5.18")
     (source (origin
              (method url-fetch)
              (uri
@@ -169,7 +169,7 @@ living in the same process.")
                               "gnutls-skip-pkgconfig-test.patch"))
              (sha256
               (base32
-               "15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
+               "0d02x28fwkkx7xzn7807nww6idchizzq3plx8sfcyiw7wzclh8mf"))))
     (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]