guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gnutls: Update to 3.5.0.


From: Efraim Flashner
Subject: 01/02: gnu: gnutls: Update to 3.5.0.
Date: Tue, 17 May 2016 14:08:27 +0000 (UTC)

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

commit c19700c396f66426d7ec4cea01ef19614775ce88
Author: Efraim Flashner <address@hidden>
Date:   Tue May 17 17:06:29 2016 +0300

    gnu: gnutls: Update to 3.5.0.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.0.
---
 gnu/packages/tls.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 8ec8e60..4305404 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -108,7 +108,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.4.9")
+    (version "3.5.0")
     (source (origin
              (method url-fetch)
              (uri
@@ -119,7 +119,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "0gvwyl0kdp1qpzbzp46wqfdzzrmwy9n54sgcjvvm1m1kpanlyna8"))))
+               "09dfb0fn4spmdja6hs2yl470fn85fx0pa5nn9njnq7j19ma3nszw"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
@@ -169,7 +169,7 @@ living in the same process.")
        ("libidn" ,libidn)
        ("nettle" ,nettle)
        ("zlib" ,zlib)))
-    (home-page "http://www.gnu.org/software/gnutls/";)
+    (home-page "https://www.gnu.org/software/gnutls/";)
     (synopsis "Transport layer security library")
     (description
      "GnuTLS is a secure communications library implementing the SSL, TLS



reply via email to

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