gnu: gnutls: Update to 3.5.7.

* gnu/packages/tls.scm (gnutls): Update to 3.5.7.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-12 12:57:17 +01:00
parent b810a85019
commit 20f7a750ed
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ living in the same process.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.5.6") (version "3.5.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -149,7 +149,7 @@ living in the same process.")
"/gnutls-" version ".tar.xz")) "/gnutls-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16kbih51fwzxzqpvskqi8ywyl6zfhxzrqj7sdxh5iiripwavff33")))) "06l6sza1wk7cr910i70jbc68labklkd229kiiniwys32kq8zrjv0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags