Merge pull request #231376 from r-ryantm/auto-update/python310Packages.trimesh

python310Packages.trimesh: 3.21.2 -> 3.21.6
This commit is contained in:
Mario Rodas 2023-05-12 07:08:23 -05:00 committed by GitHub
commit 5322ff7669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.21.2";
version = "3.21.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-VRPE+1QLKGy5W99ia5BuPNtmH/eoXulApS8n8SdQSaQ=";
hash = "sha256-+gFqZAbGLoNDdOmbxElKwb0QY7BJfOUZVD7888T6eU8=";
};
nativeBuildInputs = [ setuptools ];