gnu: gnutls: Update to 3.5.18.

* gnu/packages/tls.scm (gnutls): Update to 3.5.18.
master
Leo Famulari 2018-02-19 21:32:33 -05:00
parent ad3c9f18da
commit 6a778c7560
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
(version "3.5.13")
(version "3.5.18")
(source (origin
(method url-fetch)
(uri
@ -169,7 +169,7 @@ living in the same process.")
"gnutls-skip-pkgconfig-test.patch"))
(sha256
(base32
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
"0d02x28fwkkx7xzn7807nww6idchizzq3plx8sfcyiw7wzclh8mf"))))
(build-system gnu-build-system)
(arguments
`(; Ensure we don't keep a reference to this buggy software.