gnu: python-numexpr: Update to 2.8.4.
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.8.4.
This commit is contained in:
parent
dc26fd56f4
commit
d3de59ddc7
@ -6928,14 +6928,14 @@ parse and apply unified diffs. It has features such as:
|
|||||||
(define-public python-numexpr
|
(define-public python-numexpr
|
||||||
(package
|
(package
|
||||||
(name "python-numexpr")
|
(name "python-numexpr")
|
||||||
(version "2.7.3")
|
(version "2.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "numexpr" version))
|
(uri (pypi-uri "numexpr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09d8yfsx33ddwfkpn8805w2mxnn4cvf47yc66g4azldpz4lnaqa3"))))
|
"0iv1h1lvry5vmzqyvwxfbckyhzm1vbb1bmhmj4dnj64d84vjahym"))))
|
||||||
(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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user