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

View file

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