guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ccbaab0cbb7e862294ff128744474399e5a411ed
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Dec 10 23:06:11 2025 +0000

    gnu: python-numexpr: Update to 2.14.1.
    
    * gnu/packages/python-xyz.scm (python-numexpr): Update to 2.14.1.
    
    Change-Id: I35da8bea473838fdf0858f6ea3b80bf628b496f9
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9943940eb0..2f3b3d3a9a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11614,16 +11614,17 @@ apply unified diffs.  It has features such as:
 (define-public python-numexpr
   (package
     (name "python-numexpr")
-    (version "2.12.1")
+    (version "2.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "numexpr" version))
        (sha256
-        (base32 "1aslzx2mzgk1xxxpm3mrvl8ngfxj7dxlz4q2xbqx20gh1bnzlfg2"))))
+        (base32 "12xla8qkza3xjrqb2yc517z460mqnwi82m9i5v1sbdy7hq80pq2b"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 6039 passed, 8 warnings
       #:phases
       #~(modify-phases %standard-phases
           (replace 'check

Reply via email to