mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 09:16:31 +01:00
gnu: python2-numpy: Update name.
* gnu/packages/python-xyz.scm (python2-numpy)[name]: Rename to python2-numpy.
This commit is contained in:
parent
75ca0e5258
commit
2936acfb37
1 changed files with 1 additions and 1 deletions
|
@ -5772,7 +5772,7 @@ (define-public python2-numpy
|
||||||
(strip-python2-variant python-numpy-next))))
|
(strip-python2-variant python-numpy-next))))
|
||||||
(package
|
(package
|
||||||
(inherit numpy)
|
(inherit numpy)
|
||||||
(name "python-numpy")
|
(name "python2-numpy")
|
||||||
(version "1.16.5")
|
(version "1.16.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in a new issue