gnu: python-trimesh: Update to 3.23.5.

* gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Paul A. Patience 2023-10-10 13:36:44 +00:00 committed by Christopher Baines
parent 4aa6a924b2
commit d07e75a4ce
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -352,13 +352,13 @@ implements several methods for sequential model-based optimization.
(define-public python-trimesh (define-public python-trimesh
(package (package
(name "python-trimesh") (name "python-trimesh")
(version "3.22.1") (version "3.23.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "trimesh" version)) (uri (pypi-uri "trimesh" version))
(sha256 (sha256
(base32 "1ck4dkhz1x6sznd83c1hlvsv2m6d22fr82na0947j5jf47a4c1gl")))) (base32 "08967axlnmfv98n05dhrkynyrmcc814hl8184gzzmcy4rjg6dzdx"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-numpy)) (list python-numpy))