python312Packages.trimesh: 4.5.1 -> 4.5.2 (#353892)

This commit is contained in:
Nick Cao 2024-11-06 08:20:08 -05:00 committed by GitHub
commit 147f2c20dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];