diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-05-03 10:18:53 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-05-04 08:16:26 -0300 |
| commit | de776cb181c19130759837b2b2a7f074c2f3bef4 (patch) | |
| tree | e47f90198c66ef4926eee0dbe7f625d46b63af88 | |
| parent | fa35652cc449e6e440011efb8db52c1921debb20 (diff) | |
gnu: python-symengine: Update to 0.14.1.
* gnu/packages/python-xyz.scm (python-symengine): Update to 0.14.1.
[native-inputs]: Replace cmake by cmake-minimal.
Change-Id: Ib2141353862c6549136b8880bd449eebdc2651bd
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f3d23215ed2..9616bc5f25d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20861,13 +20861,13 @@ document.") (define-public python-symengine (package (name "python-symengine") - (version "0.14.0") + (version "0.14.1") (source (origin (method url-fetch) (uri (pypi-uri "symengine" version)) (sha256 - (base32 "1np271qg2bnn32h52p0b102ybamjn9vaxpmsycx345zik327dp6r")))) + (base32 "1w7hwavbxgikljy9m3p89k3x2zdhv81h9bh330aw4wb3qm74p7jf")))) (build-system python-build-system) (arguments (list @@ -20881,7 +20881,7 @@ document.") (invoke "nosetests" "-v" "symengine.tests")) (format #t "test suite not run~%"))))))) (native-inputs - (list cmake python-cython-3 python-nose)) + (list cmake-minimal python-cython-3 python-nose)) (inputs (list symengine)) (home-page "https://github.com/symengine/symengine.py") |
