gnu: python-trimesh: Update to 4.0.10.

* gnu/packages/python-science.scm (python-trimesh): Update to 4.0.10.
[build-system]: Swap to pyproject-build-system.

Change-Id: I757b4c27db9969d42021434883a057debbbc83fd
This commit is contained in:
Sharlatan Hellseher 2024-01-23 10:41:41 +00:00
parent 2281521872
commit a01afbd300
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -408,14 +408,14 @@ of regular expressions from text data and automatic test generation.")
(define-public python-trimesh (define-public python-trimesh
(package (package
(name "python-trimesh") (name "python-trimesh")
(version "3.23.5") (version "4.0.10")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "trimesh" version)) (uri (pypi-uri "trimesh" version))
(sha256 (sha256
(base32 "08967axlnmfv98n05dhrkynyrmcc814hl8184gzzmcy4rjg6dzdx")))) (base32 "1p3cnkajh2zmp6zwn23q3c73jcjlkq61h3r53ys0bmg58l8kpqrn"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))
(native-inputs (native-inputs