guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63510] [PATCH v4] gnu: nettle: update to 3.10.


From: Andy Tai
Subject: [bug#63510] [PATCH v4] gnu: nettle: update to 3.10.
Date: Sun, 20 Oct 2024 15:37:48 -0700

* gnu/packages/nettle.scm (nettle): Update to 3.10.

Change-Id: Ia57c1d0ccc2a3dfe43766af1a5e7b23e28b4c664
---
 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 15533ca629..b98ee0d750 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.9.1")
+    (version "3.10")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1qvc1iamnvbiss0bx9c98djgn3y60zs59c5wdyyip9qc3fcgzznc"))))
+                "0z749qcqf1wap6zfkrvi6w9wg013y0c439ff9b5q9r3ln6niiidl"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)

base-commit: 5ab3c4c1e43ebb637551223791db0ea3519986e1
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]