summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-15 01:07:41 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:19:21 +0100
commit1c4775c27c916bc7134d16c5b9b853e4bf7e2d46 (patch)
tree516f85f78bcd345ec9f74f00cc16202515953119 /gnu/packages/python-science.scm
parent9a1f731257c064ef40d47c32eb74c83ca4fb657f (diff)
gnu: python-asap3: Update to 3.13.10.
* gnu/packages/python-science.scm (python-asap3): Update to 3.13.10. [arguments] <tests?>: Enable. [native-inputs]: Add python-pytest. Change-Id: I166dfaf5f07f23d2d835d70f460cfa5f3f31ddb9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 9c625ab3731..99ee2c250a0 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -421,18 +421,17 @@ supersedes the RTED algorithm for computing the tree edit distance.")
(define-public python-asap3
(package
(name "python-asap3")
- (version "3.13.9")
+ (version "3.13.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asap3" version))
(sha256
- (base32 "0r4sx93v2ck4m9ykzj9zaar2l9wk4nrb3d3rlik1nqimk6pnnbm2"))))
+ (base32 "1qpy9nnwv692hd3cg70n2zwjank25mlsfvvirklijwis3m4lfqg4"))))
(build-system pyproject-build-system)
- (arguments
- (list #:tests? #f)) ;TODO: collecting ... ERROR: Wrong command line.
(native-inputs
- (list python-setuptools
+ (list python-pytest
+ python-setuptools
which)) ;for build
(propagated-inputs
(list python-ase