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

python38Packages.trimesh: 3.9.32 -> 3.9.34
This commit is contained in:
Gabriel Ebner 2021-10-27 16:18:04 +02:00 committed by GitHub
commit 071b4e0ec8
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.32";
version = "3.9.34";
src = fetchPypi {
inherit pname version;
sha256 = "4e60f5230a4fd0cda5731f236c370d8e1950894b7dbe7a3222cd4051d3d4bb88";
sha256 = "5bdef3efae82eaee902541376561f74b143f228f5de45ca3f6a883af3bb7d1e1";
};
propagatedBuildInputs = [ numpy ];