Merge pull request #221517 from r-ryantm/auto-update/python310Packages.trimesh

python310Packages.trimesh: 3.20.1 -> 3.20.2
This commit is contained in:
Fabian Affolter 2023-03-17 08:26:38 +01:00 committed by GitHub
commit 1a19ae5b67
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.20.1";
version = "3.20.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-UUkzHQoRCC7SmQgA4uz09J/KRxizr5LhwCYobINY1gc=";
hash = "sha256-6tSrWovgVTEccDelUFrw8E1ghyiPmUsEASW8kGPUBhM=";
};
propagatedBuildInputs = [ numpy ];