gnu: python-numpy: Add 'upstream-name' property.
* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
This commit is contained in:
parent
9d72feb492
commit
945fdf8cf0
1 changed files with 2 additions and 0 deletions
|
@ -5643,6 +5643,8 @@ with Python. It contains among other things: a powerful N-dimensional array
|
|||
object, sophisticated (broadcasting) functions, tools for integrating C/C++
|
||||
and Fortran code, useful linear algebra, Fourier transform, and random number
|
||||
capabilities.")
|
||||
(properties
|
||||
'((upstream-name . "numpy")))
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-numpy-next
|
||||
|
|
Reference in a new issue