guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python2-numpy: Update name.


From: guix-commits
Subject: 02/03: gnu: python2-numpy: Update name.
Date: Thu, 12 May 2022 08:19:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2936acfb37d87d33f1e879a63795aa7c65affb07
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 11 16:18:33 2022 +0200

    gnu: python2-numpy: Update name.
    
    * gnu/packages/python-xyz.scm (python2-numpy)[name]: Rename to 
python2-numpy.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0ef71605e9..d1df93826f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5772,7 +5772,7 @@ capabilities.")
                 (strip-python2-variant python-numpy-next))))
     (package
       (inherit numpy)
-      (name "python-numpy")
+      (name "python2-numpy")
       (version "1.16.5")
       (source (origin
                 (method url-fetch)



reply via email to

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