Skip to content
Snippets Groups Projects
Unverified Commit cb91edeb authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: python-numexpr: Update to 2.6.4.

* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
parent 1033cdbb
No related branches found
No related tags found
No related merge requests found
...@@ -4142,14 +4142,14 @@ (define-public python2-numpydoc ...@@ -4142,14 +4142,14 @@ (define-public python2-numpydoc
(define-public python-numexpr (define-public python-numexpr
(package (package
(name "python-numexpr") (name "python-numexpr")
(version "2.6.1") (version "2.6.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
"01lsja72m32z0i5p8rwxbfyzk4mplh72k2a140nwh8vv4wpyfbnv")))) "1kpnbb5d5n927113zccfibn16z7gidjipyac6kbbhzs0lnizkgph"))))
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment