[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: python-trimesh: Update to 3.22.1.
From: |
guix-commits |
Subject: |
08/10: gnu: python-trimesh: Update to 3.22.1. |
Date: |
Sun, 25 Jun 2023 17:47:03 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5cf9880dd499afa0abfc53915a8e13bf7e6b1253
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 12:01:56 2023 +0000
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>
---
gnu/packages/python-science.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 5e058b1495..e8dbf373a8 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -324,13 +324,13 @@ implements several methods for sequential model-based
optimization.
(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 @@ implements several methods for sequential model-based
optimization.
(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")
- branch master updated (41e8726c89 -> 269cfe341f), guix-commits, 2023/06/25
- 05/10: gnu: python-mypy-extensions: Update to 1.0.0, guix-commits, 2023/06/25
- 08/10: gnu: python-trimesh: Update to 3.22.1.,
guix-commits <=
- 10/10: gnu: aws-sdk-cpp: Update to 1.9.306., guix-commits, 2023/06/25
- 03/10: services: Validate 'provision' field of <shepherd-service>., guix-commits, 2023/06/25
- 01/10: gnu: mmg: Update to 5.7.1., guix-commits, 2023/06/25
- 09/10: gnu: aws-lc: Fix tests., guix-commits, 2023/06/25
- 02/10: gnu: nomad-optimizer: Fix build., guix-commits, 2023/06/25
- 04/10: gnu: oneapi-dnnl: Fix building on riscv64-linux., guix-commits, 2023/06/25
- 07/10: gnu: fswatch: Update to 1.17.1., guix-commits, 2023/06/25
- 06/10: gnu: python-mypy-extensions: Fix style, guix-commits, 2023/06/25