gnu: nettle-3.7: Update to 3.7.3 [fixes CVE-2021-3580].
* gnu/packages/nettle.scm (nettle-3.7): Update to 3.7.3.
This commit is contained in:
parent
3abaca2aae
commit
26ac7d0246
1 changed files with 2 additions and 2 deletions
|
@ -102,14 +102,14 @@ themselves.")
|
||||||
|
|
||||||
(define-public nettle-3.7
|
(define-public nettle-3.7
|
||||||
(package (inherit nettle-3.5)
|
(package (inherit nettle-3.5)
|
||||||
(version "3.7.2")
|
(version "3.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/nettle/nettle-"
|
(uri (string-append "mirror://gnu/nettle/nettle-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))))
|
"1w5wwc3q0r97d2ifhx77cw7y8s20bm8x52is9j93p2h47yq5w7v6"))))))
|
||||||
|
|
||||||
;;; Upgrading Nettle on master would cause 10000+ packages to be rebuilt.
|
;;; Upgrading Nettle on master would cause 10000+ packages to be rebuilt.
|
||||||
(define-public nettle nettle-3.5)
|
(define-public nettle nettle-3.5)
|
||||||
|
|
Reference in a new issue