gnu: python-numexpr: Update to 2.7.3.

* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.7.3.
This commit is contained in:
Ricardo Wurmus 2021-07-28 14:47:20 +02:00
parent 145296dbcb
commit 27c6cab2c6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5564,14 +5564,14 @@ (define-public python2-numpydoc
(define-public python-numexpr
(package
(name "python-numexpr")
(version "2.6.5")
(version "2.7.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "numexpr" version))
(sha256
(base32
"1frnbcwmsi312154x274xl28xazr1k8vjby83fwyla2n10a81bgq"))))
"09d8yfsx33ddwfkpn8805w2mxnn4cvf47yc66g4azldpz4lnaqa3"))))
(build-system python-build-system)
(arguments `(#:tests? #f)) ; no tests included
(propagated-inputs