diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-05-11 16:18:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-05-12 14:13:17 +0200 |
commit | 2936acfb37d87d33f1e879a63795aa7c65affb07 (patch) | |
tree | 86214c53e9f3f5ebf59de8d10b6b132e1866f27d /gnu/packages | |
parent | 75ca0e52581f7da95f540acadada671ee08a0cda (diff) |
gnu: python2-numpy: Update name.
* gnu/packages/python-xyz.scm (python2-numpy)[name]: Rename to python2-numpy.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |