diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-10 17:49:11 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-10 17:49:11 -0400 |
commit | 1511e0235525358abb52cf62abeb9457605b5093 (patch) | |
tree | e2907caaa3e89d2c2f9cbddcb49883167f42e813 /gnu/packages/nettle.scm | |
parent | 70ca2e94d13e86272f791d816d5d542995a8d424 (diff) | |
download | gnu-guix-1511e0235525358abb52cf62abeb9457605b5093.tar gnu-guix-1511e0235525358abb52cf62abeb9457605b5093.tar.gz |
gnu: nettle: Update to 3.1.1.
* gnu/packages/nettle.scm (nettle): Update to 3.1.1.
Diffstat (limited to 'gnu/packages/nettle.scm')
-rw-r--r-- | gnu/packages/nettle.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm index ed140d43c0..77c5080c0a 100644 --- a/gnu/packages/nettle.scm +++ b/gnu/packages/nettle.scm @@ -56,17 +56,17 @@ themselves.") (license gpl2+))) (define-public nettle - ;; This version is not API-compatible with version 2. In particular GnuTLS + ;; 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.1") + (version "3.1.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/nettle/nettle-" version ".tar.gz")) (sha256 (base32 - "1ly9kz5fgc8ilykz07crqwgjsfn4p2s6565gj1aq0w4fr179v1gn")))) + "0k1x57zviysvi91lkk66cg8v819vywm5g5yqs22wppfqcifx5m2z")))) (arguments (substitute-keyword-arguments (package-arguments nettle-2) ((#:configure-flags flags) |