gnu: gnutls: Update to 3.4.5.

* gnu/packages/tls.scm (gnutls): Update to 3.4.5.
This commit is contained in:
宋文武 2015-09-13 18:38:30 +08:00
parent e5fe08e4ba
commit ab20c2cc33
1 changed files with 2 additions and 2 deletions

View File

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