python313Packages.trimesh: 4.6.5 -> 4.6.6

Changelog: https://github.com/mikedh/trimesh/releases/tag/4.6.6
This commit is contained in:
Peder Bergebakken Sundt
2025-03-31 10:15:23 +02:00
parent 0d6d1ce1e3
commit 6f46f7f525
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.6.5";
version = "4.6.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-zPtfJMBblXaapYE8jBf8755T+0LP3W9M7e5JnM2adHU=";
hash = "sha256-A/obsrJIItNszMleMP1kkysSVdiFV2WxKTmYG+g1nks=";
};
build-system = [ setuptools ];