gnu: python-numexpr: Update to 2.7.3.
authorRicardo Wurmus <rekado@elephly.net>
Wed, 28 Jul 2021 12:47:20 +0000 (14:47 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Wed, 28 Jul 2021 18:31:05 +0000 (20:31 +0200)
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.7.3.

gnu/packages/python-xyz.scm

index 5bf0a4d..86cb728 100644 (file)
@@ -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