diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-10 01:33:25 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-12 20:49:13 +0100 |
commit | 2a60f9eb3e2b75c4ae6b79d859f7303c2f06b682 (patch) | |
tree | 7942033472d1b85c012c31325ee1c33c4ae85374 /gnu/packages/nettle.scm | |
parent | 6a4d56346cadfc5fab829a8e78fbbd5024729a11 (diff) | |
download | gnu-guix-2a60f9eb3e2b75c4ae6b79d859f7303c2f06b682.tar gnu-guix-2a60f9eb3e2b75c4ae6b79d859f7303c2f06b682.tar.gz |
gnu: nettle: Update to 3.4.1.
* gnu/packages/nettle.scm (nettle): Update to 3.4.1.
Diffstat (limited to 'gnu/packages/nettle.scm')
-rw-r--r-- | gnu/packages/nettle.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm index 1212f32812..1f91b74d8b 100644 --- a/gnu/packages/nettle.scm +++ b/gnu/packages/nettle.scm @@ -75,14 +75,14 @@ themselves.") ;; 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.4") + (version "3.4.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/nettle/nettle-" version ".tar.gz")) (sha256 (base32 - "150y8655h629wn946dvzasq16qxsc1m9nf58mifvhl350bgl4ymf")))) + "1bcji95n1iz9p9vsgdgr26v6s7zhpsxfbjjwpqcihpfd6lawyhgr")))) (arguments (substitute-keyword-arguments (package-arguments nettle-2) ((#:configure-flags flags) |