[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1
From: |
Andy Tai |
Subject: |
[bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1 |
Date: |
Thu, 1 Jun 2023 22:50:51 -0700 |
* gnu/packages/nettle.scm (nettle): Update to 3.9.1.
---
gnu/packages/nettle.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 96ffb8821a..15533ca629 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -83,14 +83,14 @@ (define-public nettle
;; 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.1")
+ (version "3.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/nettle/nettle-"
version ".tar.gz"))
(sha256
(base32
- "1znb87fi4gd2jkwbca74fl64pr9lr0cm5i6p7zlcszfdfwmkwkrn"))))
+ "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
(arguments
(substitute-keyword-arguments (package-arguments nettle-2)
((#:configure-flags flags)
base-commit: f9af75b2c34aab564c821b5bacebd8570777a535
--
2.40.1
- [bug#63510] [PATCH v2] gnu: nettle: update to 3.9.1,
Andy Tai <=