mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: gnutls: Update to 3.5.18.
* gnu/packages/tls.scm (gnutls): Update to 3.5.18.
This commit is contained in:
parent
ad3c9f18da
commit
6a778c7560
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ (define-public p11-kit
|
||||||
(define-public gnutls
|
(define-public gnutls
|
||||||
(package
|
(package
|
||||||
(name "gnutls")
|
(name "gnutls")
|
||||||
(version "3.5.13")
|
(version "3.5.18")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -169,7 +169,7 @@ (define-public gnutls
|
||||||
"gnutls-skip-pkgconfig-test.patch"))
|
"gnutls-skip-pkgconfig-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ihq6p0hnnhs8cnjrkj40dmlcaa1jjg8xg0g2ydbnlqs454ixbr"))))
|
"0d02x28fwkkx7xzn7807nww6idchizzq3plx8sfcyiw7wzclh8mf"))))
|
||||||
(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.
|
||||||
|
|
Loading…
Reference in a new issue