gnu: gnutls: Update to 3.5.4.

* gnu/packages/tls.scm (gnutls): Update to 3.5.4.
This commit is contained in:
Leo Famulari 2016-09-10 15:53:49 -04:00
parent 912c7a840a
commit ce0b822e05
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ living in the same process.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.5.3") (version "3.5.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -120,7 +120,7 @@ living in the same process.")
"/gnutls-" version ".tar.xz")) "/gnutls-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1vqzvcdqhx5fbrds6myrk259vw9khgmaxvzbk59bk88hkacvri4j")))) "1sx8p7v452s9m854r2c5pvcd1k15a3caiv5h35fhrxz0691h2f2f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags