guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: gnutls: Update to 3.4.5.


From: ???
Subject: 06/06: gnu: gnutls: Update to 3.4.5.
Date: Sun, 13 Sep 2015 10:38:41 +0000

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

commit ab20c2cc33063ce783515d8ae7899ec7e2ca6f96
Author: 宋文武 <address@hidden>
Date:   Sun Sep 13 18:38:30 2015 +0800

    gnu: gnutls: Update to 3.4.5.
    
    * gnu/packages/tls.scm (gnutls): Update to 3.4.5.
---
 gnu/packages/tls.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 1c753e7..a9ee825 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -105,7 +105,7 @@ living in the same process.")
 (define-public gnutls
   (package
     (name "gnutls")
-    (version "3.4.4.1")
+    (version "3.4.5")
     (source (origin
              (method url-fetch)
              (uri
@@ -116,7 +116,7 @@ living in the same process.")
                              "/gnutls-" version ".tar.xz"))
              (sha256
               (base32
-               "1xf354xafavqhi207ll1m1isd4l5b31lic2sz9lw0j0r0fcxfnsj"))
+               "1bks1zpmhmnkz2v32dd9b44pz6x0a5w4yi9zzwsd0a078vhbi25g"))
              (patches (list (search-patch "gnutls-doc-fix.patch")))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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