Merge pull request #100567 from r-ryantm/auto-update/python3.7-trimesh

This commit is contained in:
Gabriel Ebner 2020-10-15 11:57:27 +02:00 committed by GitHub
commit d3b2419f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "trimesh"; pname = "trimesh";
version = "3.8.10"; version = "3.8.11";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "24fb0f7f8b8745e181b215a294eb1b22acd3e739d757892394d4c32f74e5c069"; sha256 = "790b4804227825a985189e0788cf57dbfcf1ee39f30f767176722ad572da27de";
}; };
propagatedBuildInputs = [ numpy ]; propagatedBuildInputs = [ numpy ];