3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #96578 from r-ryantm/auto-update/python2.7-trimesh

python27Packages.trimesh: 3.7.14 -> 3.8.4
This commit is contained in:
Gabriel Ebner 2020-08-29 16:44:36 +02:00 committed by GitHub
commit 05b8615880
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.7.14";
version = "3.8.4";
src = fetchPypi {
inherit pname version;
sha256 = "bd3d88fc179d6dfd6d47f63dec4bb8da204c070e78cb2b483f86b33886bf627b";
sha256 = "50d2e74f2047a50d097a394fb11b12443f764dfc7145140d5029f7019dea6d4d";
};
propagatedBuildInputs = [ numpy ];