mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: GnuTLS: Update to 3.7.7.
* gnu/packages/tls.scm (gnutls): Update to 3.7.7.
This commit is contained in:
parent
cea251ce54
commit
25eed3c5a2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue