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


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: gnutls: Update to 3.5.7.
Date: Tue, 13 Dec 2016 02:47:19 +0000 (UTC)

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

commit 20f7a750edee44373acdd0df33ba4ed09c7f1313
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 12 12:57:17 2016 +0100

    gnu: gnutls: Update to 3.5.7.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.7.
---
 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 0b92b4e..4c19ebe 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -138,7 +138,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.5.6")
+    (version "3.5.7")
     (source (origin
              (method url-fetch)
              (uri
@@ -149,7 +149,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "16kbih51fwzxzqpvskqi8ywyl6zfhxzrqj7sdxh5iiripwavff33"))))
+               "06l6sza1wk7cr910i70jbc68labklkd229kiiniwys32kq8zrjv0"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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