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:
John Kehayias 2023-04-20 15:34:32 -04:00
parent dc26fd56f4
commit d3de59ddc7
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

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