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
This commit is contained in:
Vinicius Monego 2025-05-03 10:18:53 -03:00
parent fa35652cc4
commit de776cb181
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -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")