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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user