diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-12 01:12:49 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-27 17:29:01 +0200 |
commit | 0d488f3fcd1620acfe4a353db491379647efeb65 (patch) | |
tree | 08a5c18b76fd6ce18a82705d49dd7b3bd9d61b62 /gnu/packages/nettle.scm | |
parent | 0323bf7a1978a8adb0b52b94e9eaf3c945e4ba1f (diff) |
gnu: nettle: Update to 3.8.1.
* gnu/packages/nettle.scm (nettle): Update to 3.8.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 5d89c931ae4..91c3cfc459d 100644 --- a/gnu/packages/nettle.scm +++ b/gnu/packages/nettle.scm @@ -77,14 +77,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.8") + (version "3.8.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/nettle/nettle-" version ".tar.gz")) (sha256 (base32 - "1rp86kr1jcr1nmar81h8wd4r9fjh90d0s5lcn12gd661h62ccxkm")))) + "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn")))) (arguments (substitute-keyword-arguments (package-arguments nettle-2) ((#:configure-flags flags) |