gnu: nettle: Update to 3.7.2.

* gnu/packages/nettle.scm (nettle): Update to 3.7.2.
This commit is contained in:
Maxim Cournoyer 2021-03-30 12:07:15 -04:00
parent 00c67375b1
commit cea364e7ff
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -75,14 +75,14 @@ (define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh ;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate. ;; cannot use it yet. So keep it separate.
(package (inherit nettle-2) (package (inherit nettle-2)
(version "3.7.1") (version "3.7.2")
(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
"0bn46vscn5jbx5yl1hsmgbpq0kykjl5pfjxkz5gsf03vgi122rhm")))) "0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments nettle-2) (substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags) ((#:configure-flags flags)