guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: nettle: Update to 3.7.3.


From: guix-commits
Subject: branch core-updates updated: gnu: nettle: Update to 3.7.3.
Date: Thu, 10 Jun 2021 02:45:16 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new eda6a95  gnu: nettle: Update to 3.7.3.
eda6a95 is described below

commit eda6a95d9d9a2c94d1390335731b0b5eb998bad3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 9 15:35:16 2021 +0300

    gnu: nettle: Update to 3.7.3.
    
    * gnu/packages/nettle.scm (nettle): Update to 3.7.3.
---
 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 3fddfce..2e94fd3 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -76,14 +76,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.7.2")
+    (version "3.7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))
+                "1w5wwc3q0r97d2ifhx77cw7y8s20bm8x52is9j93p2h47yq5w7v6"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)



reply via email to

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