python310Packages.trimesh: 3.21.7 -> 3.22.0

This commit is contained in:
R. Ryantm 2023-06-08 10:48:12 +00:00
parent 36eae7248f
commit ec2a492d4c

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.21.7";
version = "3.22.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-wtGt3PUCUiSIiQRA3NxO1nPE35XQDipWfrwSKdDBhtE=";
hash = "sha256-KuE8EVl4VbIFRlddd+Cqvj+aLWU/9ZMgmgyem9inY3Q=";
};
nativeBuildInputs = [ setuptools ];