me
/
guix
Archived
1
0
Fork 0

gnu: python-trimesh: Update to 4.0.10.

* gnu/packages/python-science.scm (python-trimesh): Update to 4.0.10.
[build-system]: Swap to pyproject-build-system.

Change-Id: I757b4c27db9969d42021434883a057debbbc83fd
master
Sharlatan Hellseher 2024-01-23 10:41:41 +00:00
parent 2281521872
commit a01afbd300
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 3 deletions

View File

@ -408,14 +408,14 @@ of regular expressions from text data and automatic test generation.")
(define-public python-trimesh
(package
(name "python-trimesh")
(version "3.23.5")
(version "4.0.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trimesh" version))
(sha256
(base32 "08967axlnmfv98n05dhrkynyrmcc814hl8184gzzmcy4rjg6dzdx"))))
(build-system python-build-system)
(base32 "1p3cnkajh2zmp6zwn23q3c73jcjlkq61h3r53ys0bmg58l8kpqrn"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-numpy))
(native-inputs