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:
parent
145296dbcb
commit
27c6cab2c6
1 changed files with 2 additions and 2 deletions
|
@ -5564,14 +5564,14 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(define-public python-numexpr
|
(define-public python-numexpr
|
||||||
(package
|
(package
|
||||||
(name "python-numexpr")
|
(name "python-numexpr")
|
||||||
(version "2.6.5")
|
(version "2.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "numexpr" version))
|
(uri (pypi-uri "numexpr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1frnbcwmsi312154x274xl28xazr1k8vjby83fwyla2n10a81bgq"))))
|
"09d8yfsx33ddwfkpn8805w2mxnn4cvf47yc66g4azldpz4lnaqa3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments `(#:tests? #f)) ; no tests included
|
(arguments `(#:tests? #f)) ; no tests included
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue