python3Packages.trimesh: 4.6.13 -> 4.7.0

This commit is contained in:
R. Ryantm
2025-07-16 03:14:28 +00:00
parent d7c8095791
commit f1eeb3d6b2
@@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.6.13";
version = "4.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-IOtdeYLrHj96av6wKupvmO39Zo5oIiCzQeqy0MnEvj0=";
hash = "sha256-oZNRQox1DyAca+adsqVyxWXKC1+BeUfTEOI6mzg7h8A=";
};
build-system = [ setuptools ];