python310Packages.trimesh: 3.21.6 -> 3.21.7

This commit is contained in:
R. Ryantm 2023-05-22 05:12:04 +00:00
parent af56b152ea
commit 2f9d89291a

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.21.6";
version = "3.21.7";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-+gFqZAbGLoNDdOmbxElKwb0QY7BJfOUZVD7888T6eU8=";
hash = "sha256-wtGt3PUCUiSIiQRA3NxO1nPE35XQDipWfrwSKdDBhtE=";
};
nativeBuildInputs = [ setuptools ];