gnu: nettle: Update to 3.8.1.
* gnu/packages/nettle.scm (nettle): Update to 3.8.1.
This commit is contained in:
parent
0323bf7a19
commit
0d488f3fcd
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,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.8")
|
(version "3.8.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
|
||||||
"1rp86kr1jcr1nmar81h8wd4r9fjh90d0s5lcn12gd661h62ccxkm"))))
|
"1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments nettle-2)
|
(substitute-keyword-arguments (package-arguments nettle-2)
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
|
|
Reference in a new issue