gnu: python-numpy: Add 'upstream-name' property.

* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
This commit is contained in:
Marius Bakke 2022-08-12 22:27:43 +02:00
parent 9d72feb492
commit 945fdf8cf0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5643,6 +5643,8 @@ (define-public python-numpy
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