gnu: nettle: Update to 3.4.1.
* gnu/packages/nettle.scm (nettle): Update to 3.4.1.
This commit is contained in:
parent
6a4d56346c
commit
2a60f9eb3e
@ -75,14 +75,14 @@ themselves.")
|
|||||||
;; 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.4")
|
(version "3.4.1")
|
||||||
(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
|
||||||
"150y8655h629wn946dvzasq16qxsc1m9nf58mifvhl350bgl4ymf"))))
|
"1bcji95n1iz9p9vsgdgr26v6s7zhpsxfbjjwpqcihpfd6lawyhgr"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments nettle-2)
|
(substitute-keyword-arguments (package-arguments nettle-2)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user