guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnutls: Update to 3.5.3.


From: Leo Famulari
Subject: 01/01: gnu: gnutls: Update to 3.5.3.
Date: Sun, 14 Aug 2016 19:39:31 +0000 (UTC)

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

commit 9715953080d3d9144cb7e27c6bcde3077b6f4645
Author: Leo Famulari <address@hidden>
Date:   Sun Aug 14 15:39:10 2016 -0400

    gnu: gnutls: Update to 3.5.3.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.3.
---
 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 b6d8e4e..5409214 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -109,7 +109,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.5.2")
+    (version "3.5.3")
     (source (origin
              (method url-fetch)
              (uri
@@ -120,7 +120,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "10l5pv7qc5c850aamih3pdkbqpc4v2a6g164dzd7c7fjpxffji9b"))))
+               "1vqzvcdqhx5fbrds6myrk259vw9khgmaxvzbk59bk88hkacvri4j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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