python313Packages.trimesh: 4.6.6 -> 4.6.8

Changelog: https://github.com/mikedh/trimesh/releases/tag/4.6.8
This commit is contained in:
Peder Bergebakken Sundt
2025-04-17 15:39:26 +02:00
parent 32c543a3c6
commit 7ea59d696f
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.6.6";
version = "4.6.8";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-A/obsrJIItNszMleMP1kkysSVdiFV2WxKTmYG+g1nks=";
hash = "sha256-ut5wCEjhC4h299TJufBOmWZHtu24Ve/BsgMaNpRDAPg=";
};
build-system = [ setuptools ];