gnu: GnuTLS: Update to 3.7.7.

* gnu/packages/tls.scm (gnutls): Update to 3.7.7.
This commit is contained in:
Marius Bakke 2022-08-29 13:06:27 +02:00
parent cea251ce54
commit 25eed3c5a2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -195,7 +195,7 @@ (define patch
(define-public gnutls
(package
(name "gnutls")
(version "3.7.6")
(version "3.7.7")
(source (origin
(method url-fetch)
;; Note: Releases are no longer on ftp.gnu.org since the
@ -207,7 +207,7 @@ (define-public gnutls
"gnutls-cross.patch"))
(sha256
(base32
"1zv2097v9f6f4c66q7yn3c6gggjk9jz38095ma7v3gs5lccmf1kp"))))
"01i1gl15k6qwvxmxx0by1mn9nlmcmym18wdpm7dn9awfsp8474dy"))))
(build-system gnu-build-system)
(arguments
(list #:tests? (not (or (%current-target-system)