gnu: gnutls: Update to 3.6.9.
* gnu/packages/tls.scm (gnutls): Update to 3.6.9.master
parent
d7342997cd
commit
bffe4305ec
|
@ -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.
|
||||
|
|
Reference in New Issue