gnu: gnutls: Update to 3.5.0.

* gnu/packages/tls.scm (gnutls): Update to 3.5.0.
This commit is contained in:
Efraim Flashner 2016-05-17 17:06:29 +03:00
parent 74d637397b
commit c19700c396
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ living in the same process.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.4.9") (version "3.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -119,7 +119,7 @@ living in the same process.")
"/gnutls-" version ".tar.xz")) "/gnutls-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0gvwyl0kdp1qpzbzp46wqfdzzrmwy9n54sgcjvvm1m1kpanlyna8")))) "09dfb0fn4spmdja6hs2yl470fn85fx0pa5nn9njnq7j19ma3nszw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags
@ -169,7 +169,7 @@ living in the same process.")
("libidn" ,libidn) ("libidn" ,libidn)
("nettle" ,nettle) ("nettle" ,nettle)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://www.gnu.org/software/gnutls/") (home-page "https://www.gnu.org/software/gnutls/")
(synopsis "Transport layer security library") (synopsis "Transport layer security library")
(description (description
"GnuTLS is a secure communications library implementing the SSL, TLS "GnuTLS is a secure communications library implementing the SSL, TLS