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

python310Packages.trimesh: 3.13.4 -> 3.13.5
This commit is contained in:
Fabian Affolter 2022-08-18 13:08:10 +02:00 committed by GitHub
commit af5858e381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.13.4";
version = "3.13.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-NTHh5kWu3Nri+Yoi9yvkHlWRD3slYraktKfcah7CEY8=";
sha256 = "sha256-1+BycZ1fFEfbqoHs/TDnGZXc8IRzWzy2pZ2YkTOPMaA=";
};
propagatedBuildInputs = [ numpy ];