python3Packages.trimesh: 4.8.2 -> 4.8.3

This commit is contained in:
R. Ryantm
2025-10-01 17:47:18 +00:00
parent 382d9ca48e
commit f6496fe014
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.8.2";
version = "4.8.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-9D3cuQ6parDq2pWSJmGlMzUyxUOs6Nn9T4l8Fpz50nw=";
hash = "sha256-ywLbXOE3qO3+hrqy/+cVGZA4V202eHaMUnn3Wz1iNLI=";
};
build-system = [ setuptools ];