1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: nettle: Update to 3.10.1.

* gnu/packages/nettle.scm (nettle): Update to 3.10.1.

Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
This commit is contained in:
Andy Tai
2025-01-02 23:50:43 -08:00
committed by Andreas Enge
parent d7e414598c
commit f209cef6ee

View File

@@ -82,15 +82,16 @@ themselves.")
(define-public nettle
;; This version is not API-compatible with version 2. In particular, lsh
;; cannot use it yet. So keep it separate.
(package (inherit nettle-2)
(version "3.9.1")
(package
(inherit nettle-2)
(version "3.10.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
"1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
"0cli5lkr7h9vxrz3j9kylnsdbw2ag6x8bpgivj06xsndq1zxvz5h"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)