guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: Remove remnants of nettle 3.5.


From: guix-commits
Subject: branch core-updates updated: gnu: Remove remnants of nettle 3.5.
Date: Sat, 05 Jun 2021 02:12:54 -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 683eb7c  gnu: Remove remnants of nettle 3.5.
683eb7c is described below

commit 683eb7c5b118440001b89944563603a39fc2ac05
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jun 5 02:09:03 2021 -0400

    gnu: Remove remnants of nettle 3.5.
    
    The source of nettle-3.5 was already using the source of nettle-3.7.
    
    * gnu/packages/nettle.scm
    (nettle-3.5): Rename to 'nettle'.
    (nettle-3.7): Remove variable.
    (nettle): Remove alias.
---
 gnu/packages/nettle.scm | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index 7088e1d..3fddfce 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -72,7 +72,7 @@ cryptographic toolkits for object-oriented languages or in 
applications
 themselves.")
     (license gpl2+)))
 
-(define-public nettle-3.5
+(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)
@@ -90,17 +90,3 @@ themselves.")
         ;; Build "fat" binaries where the right implementation is chosen
         ;; at run time based on CPU features (starting from 3.1.)
         `(cons "--enable-fat" ,flags))))))
-
-(define-public nettle-3.7
-  (package (inherit nettle-3.5)
-    (version "3.7.2")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://gnu/nettle/nettle-"
-                                  version ".tar.gz"))
-              (sha256
-               (base32
-                "0qpi1qp3bcvqdsaxy2pzg530db95x8qjahkynxgwvr6dy5760ald"))))))
-
-;;; Upgrading Nettle on master would cause 10000+ packages to be rebuilt.
-(define-public nettle nettle-3.5)



reply via email to

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