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.2.


From: guix-commits
Subject: branch core-updates updated: gnu: nettle: Update to 3.7.2.
Date: Tue, 30 Mar 2021 12:18:24 -0400

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

apteryx 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 cea364e  gnu: nettle: Update to 3.7.2.
cea364e is described below

commit cea364e7ff6ca9095aff83c83656e3c7aa0c2e62
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Mar 30 12:07:15 2021 -0400

    gnu: nettle: Update to 3.7.2.
    
    * gnu/packages/nettle.scm (nettle): Update to 3.7.2.
---
 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 8f799cc..838ead7 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -75,14 +75,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.1")
+    (version "3.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/nettle/nettle-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0bn46vscn5jbx5yl1hsmgbpq0kykjl5pfjxkz5gsf03vgi122rhm"))))
+                "0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))
     (arguments
      (substitute-keyword-arguments (package-arguments nettle-2)
        ((#:configure-flags flags)



reply via email to

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