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

python310Packages.trimesh: 3.19.3 -> 3.20.0
This commit is contained in:
Weijia Wang 2023-02-24 20:29:10 +02:00 committed by GitHub
commit a07a66b0f7
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.19.3";
version = "3.20.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-03C6BPjVmsSTsJSIUnhyxonSqvTEc3ZkBw8xQeAIwWw=";
sha256 = "sha256-JZl3I1X0bdQ2alz2zozPo6AyIvCLHDlklNRb9clYGNE=";
};
propagatedBuildInputs = [ numpy ];