diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-28 14:47:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-28 20:31:05 +0200 |
commit | 27c6cab2c62e9c984f3425263f45557b10f8fb3c (patch) | |
tree | 61adaa4a4023d64887ff8e011c3f5922977559d8 /gnu/packages/python-xyz.scm | |
parent | 145296dbcb32b1ab967472530854e450c79ecbcb (diff) |
gnu: python-numexpr: Update to 2.7.3.
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.7.3.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5bf0a4d28d..86cb72802c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5564,14 +5564,14 @@ that client code uses to construct the grammar directly in Python code.") (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 |