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


From: Leo Famulari
Subject: 01/01: gnu: gnutls: Update to 3.5.4.
Date: Sun, 11 Sep 2016 15:32:16 +0000 (UTC)

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

commit ce0b822e05d1a4fadf1f00411deab2a5d7842df8
Author: Leo Famulari <address@hidden>
Date:   Sat Sep 10 15:53:49 2016 -0400

    gnu: gnutls: Update to 3.5.4.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.5.4.
---
 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 dcc4c48..5578e48 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.3")
+    (version "3.5.4")
     (source (origin
              (method url-fetch)
              (uri
@@ -120,7 +120,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "1vqzvcdqhx5fbrds6myrk259vw9khgmaxvzbk59bk88hkacvri4j"))))
+               "1sx8p7v452s9m854r2c5pvcd1k15a3caiv5h35fhrxz0691h2f2f"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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