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 @@ (define-public python-scikit-optimize
(define-public python-trimesh
(package
(name "python-trimesh")
(version "3.22.1")
(version "3.23.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trimesh" version))
(sha256
(base32 "1ck4dkhz1x6sznd83c1hlvsv2m6d22fr82na0947j5jf47a4c1gl"))))
(base32 "08967axlnmfv98n05dhrkynyrmcc814hl8184gzzmcy4rjg6dzdx"))))
(build-system python-build-system)
(propagated-inputs
(list python-numpy))