mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
gnu: nettle: Update to 3.10.2.
* gnu/packages/nettle.scm (nettle): Update to 3.10.2. Change-Id: If31c06edd33a8742338e3e36fe795bf1afc3fcbe Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
cfbf244bc8
commit
c6f7aba33c
@@ -33,14 +33,14 @@
|
|||||||
(define-public nettle
|
(define-public nettle
|
||||||
(package
|
(package
|
||||||
(name "nettle")
|
(name "nettle")
|
||||||
(version "3.10.1")
|
(version "3.10.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
|
||||||
"0cli5lkr7h9vxrz3j9kylnsdbw2ag6x8bpgivj06xsndq1zxvz5h"))))
|
"1d8rnlgmzi3mnv17yvpjxav5max05nli133bbbkbbazjn4fgb7zy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|||||||
Reference in New Issue
Block a user