Merge pull request #164832 from r-ryantm/auto-update/python3.10-trimesh

python310Packages.trimesh: 3.10.3 -> 3.10.5
This commit is contained in:
Fabian Affolter 2022-03-19 10:34:24 +01:00 committed by GitHub
commit 679625bde2
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.10.3";
version = "3.10.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-K2zBEGzagQ6lOWIPkop1YYqB2/KZIj2beUJUu2Garno=";
sha256 = "sha256-GtdxStdWtioRgf/Y2/broyYElqIJ2RxP3otgROw3epI=";
};
propagatedBuildInputs = [ numpy ];