gnu: python2-numpy: Update name.

* gnu/packages/python-xyz.scm (python2-numpy)[name]: Rename to python2-numpy.
This commit is contained in:
Ricardo Wurmus 2022-05-11 16:18:33 +02:00
parent 75ca0e5258
commit 2936acfb37
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5772,7 +5772,7 @@ (define-public python2-numpy
(strip-python2-variant python-numpy-next))))
(package
(inherit numpy)
(name "python-numpy")
(name "python2-numpy")
(version "1.16.5")
(source (origin
(method url-fetch)