me
/
guix
Archived
1
0
Fork 0

gnu: gnutls: Update to 3.5.9.

* gnu/packages/tls.scm (gnutls): Update to 3.5.9.
master
Efraim Flashner 2017-02-21 08:54:39 +02:00
parent eed214ef22
commit 0b86650650
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ living in the same process.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.5.8") (version "3.5.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -151,7 +151,7 @@ living in the same process.")
"/gnutls-" version ".tar.xz")) "/gnutls-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zyl2z63s68hx1dpxqx0lykmlf3rwrzlrf44sq3h7dvjmr1z55qf")))) "0l9971841jsfdcvcyhas17sk5rsby6x5vvwcmmj4x3zi9q60zcc2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags