mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-trimesh: Update to 3.22.1.
* gnu/packages/python-science.scm (python-trimesh): Update to 3.22.1. [arguments]<#:phases>: Update path in 'fix-build' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
81cad57709
commit
5cf9880dd4
1 changed files with 3 additions and 3 deletions
|
@ -324,13 +324,13 @@ (define-public python-scikit-optimize
|
|||
(define-public python-trimesh
|
||||
(package
|
||||
(name "python-trimesh")
|
||||
(version "3.10.7")
|
||||
(version "3.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trimesh" version))
|
||||
(sha256
|
||||
(base32 "0bw55cwxlxds0j54naijh64sdb0rkscx4i1fy0ql94h96kw2p2ir"))))
|
||||
(base32 "1ck4dkhz1x6sznd83c1hlvsv2m6d22fr82na0947j5jf47a4c1gl"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-numpy))
|
||||
|
@ -346,7 +346,7 @@ (define-public python-trimesh
|
|||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-build
|
||||
(lambda _
|
||||
(substitute* "trimesh/resources/templates/blender_boolean.py"
|
||||
(substitute* "trimesh/resources/templates/blender_boolean.py.tmpl"
|
||||
(("\\$MESH_PRE")
|
||||
"'$MESH_PRE'")))))))
|
||||
(home-page "https://github.com/mikedh/trimesh")
|
||||
|
|
Loading…
Reference in a new issue