diff mbox series

[bug#66439] gnu: python-trimesh: Update to 3.23.5.

Message ID 38b180d2ded39ea41021daaa4d434510ce121f0a.1696944984.git.paul@apatience.com
State New
Headers show
Series [bug#66439] gnu: python-trimesh: Update to 3.23.5. | expand

Commit Message

Paul A. Patience Oct. 10, 2023, 1:36 p.m. UTC
* gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d

Comments

Christopher Baines Oct. 17, 2023, 9:55 a.m. UTC | #1
"Paul A. Patience" <paul@apatience.com> writes:

> * gnu/packages/python-science.scm (python-trimesh): Update to 3.23.5.
> ---
>  gnu/packages/python-science.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
d07e75a4ced9a36ca70c885bdcfef20c05f2cf91.

Chris
diff mbox series

Patch

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 927928a8a2..966ec7110a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -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))