python312Packages.trimesh: 4.5.1 -> 4.5.2

Changelog: https://github.com/mikedh/trimesh/releases/tag/4.5.2
This commit is contained in:
Peder Bergebakken Sundt
2024-11-05 20:09:26 +01:00
parent 8c4dc69b97
commit 1abe027caa
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.5.1";
version = "4.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-LoUXn9vuHocqoA1CpbKGBaBTApaIV6gyGk36Q5ByWxw=";
hash = "sha256-FlsS8omMPo3smaLtBexcg+r6L8gVC6jDD4s6YvaTQz8=";
};
build-system = [ setuptools ];