me
/
guix
Archived
1
0
Fork 0

gnu: gnutls: Update to 3.6.12.

* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
master
Marius Bakke 2020-02-02 22:10:27 +01:00
parent 3a22f04af1
commit 584d08c5c9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ living in the same process.")
(define-public gnutls (define-public gnutls
(package (package
(name "gnutls") (name "gnutls")
(version "3.6.11.1") (version "3.6.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -175,7 +175,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch")) (patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256 (sha256
(base32 (base32
"1y1wadpsrj5ai603xv5bgssl9v0pb1si2hg14zqdnmcsvgri5fpv")))) "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(; Ensure we don't keep a reference to this buggy software. `(; Ensure we don't keep a reference to this buggy software.