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.8.


From: Leo Famulari
Subject: 01/01: gnu: gnutls: Update to 3.5.8.
Date: Thu, 26 Jan 2017 05:28:53 +0000 (UTC)

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

commit 9b9e147117e6009451d7acc1f8f156e041263e32
Author: Leo Famulari <address@hidden>
Date:   Wed Jan 25 23:42:11 2017 -0500

    gnu: gnutls: Update to 3.5.8.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.8.
---
 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 4a81250..f02a072 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -140,7 +140,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.5.7")
+    (version "3.5.8")
     (source (origin
              (method url-fetch)
              (uri
@@ -151,7 +151,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "06l6sza1wk7cr910i70jbc68labklkd229kiiniwys32kq8zrjv0"))))
+               "1zyl2z63s68hx1dpxqx0lykmlf3rwrzlrf44sq3h7dvjmr1z55qf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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