Merge pull request #138383 from r-ryantm/auto-update/python3.8-trimesh

python38Packages.trimesh: 3.9.29 -> 3.9.30
This commit is contained in:
Gabriel Ebner 2021-09-21 11:23:34 +02:00 committed by GitHub
commit 92519b2f64
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.9.29";
version = "3.9.30";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YEddrun9rLcWk2u3Tfus8W014bU4BKWXWOOhCW/jSlY=";
sha256 = "ad1585906cdb49bd780f51f01e4c9946cc77fc0cfb0eb4a9a98cfbd12d7f1a3d";
};
propagatedBuildInputs = [ numpy ];