mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define nettle-3.5/fixed
|
|||
|
||||
(define-public nettle-3.7
|
||||
(package (inherit nettle-3.5)
|
||||
(version "3.7.2")
|
||||
(version "3.7.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/nettle/nettle-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))))
|
||||
"1w5wwc3q0r97d2ifhx77cw7y8s20bm8x52is9j93p2h47yq5w7v6"))))))
|
||||
|
||||
;;; Upgrading Nettle on master would cause 10000+ packages to be rebuilt.
|
||||
(define-public nettle nettle-3.5)
|
||||
|
|
Loading…
Reference in a new issue