summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-10 23:06:11 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:18:17 +0100
commitf0c14fa2a2432d13f9833642d755d48d7e918bfa (patch)
treecc072f78b8a593a21210744bd9cbf3ee090bdd38 /gnu/packages/python-xyz.scm
parent9beaa9ef7e16bbab0c47a8b6e1d4a47634a26109 (diff)
gnu: python-numexpr: Update to 2.14.1.
* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.14.1. Change-Id: I35da8bea473838fdf0858f6ea3b80bf628b496f9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 559bfdfb167..154b2321f7f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11660,16 +11660,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