me
/
guix
Archived
1
0
Fork 0

gnu: gnutls: Update to 3.6.9.

* gnu/packages/tls.scm (gnutls): Update to 3.6.9.
master
Marius Bakke 2019-07-27 23:21:27 +02:00
parent d7342997cd
commit bffe4305ec
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
(package
(name "gnutls")
(version "3.6.8")
(version "3.6.9")
(source (origin
(method url-fetch)
(uri
@ -175,7 +175,7 @@ living in the same process.")
(patches (search-patches "gnutls-skip-trust-store-test.patch"))
(sha256
(base32
"10ry71sy8zbksa905bjryphafcg25gkmfa3pf48ripimar7990da"))))
"1jqz5s3lv8sa53348cfi9nr5pw5l55n8m40b8msdvv0pb2jzqca3"))))
(build-system gnu-build-system)
(arguments
`(; Ensure we don't keep a reference to this buggy software.