mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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:
parent
4aa6a924b2
commit
d07e75a4ce
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue