guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 45af1b1f889f0401d672f1fb31b9cfdbd9dc8c12
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 2 21:12:04 2026 +0100

    gnu: nettle: Update to 3.10.2.
    
    * gnu/packages/nettle.scm (nettle): Update to 3.10.2.
    
    Change-Id: If31c06edd33a8742338e3e36fe795bf1afc3fcbe
---
 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 1c56115e25..8ecea369fb 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -33,14 +33,14 @@
 (define-public nettle
   (package
     (name "nettle")
-    (version "3.10.1")
+    (version "3.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0cli5lkr7h9vxrz3j9kylnsdbw2ag6x8bpgivj06xsndq1zxvz5h"))))
+                "1d8rnlgmzi3mnv17yvpjxav5max05nli133bbbkbbazjn4fgb7zy"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to