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

python310Packages.trimesh: 3.12.6 -> 3.12.7
This commit is contained in:
Fabian Affolter 2022-07-02 22:22:22 +02:00 committed by GitHub
commit fe04d2c054
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.12.6";
version = "3.12.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-p7YE1qVhjizVNuJLXZF0lw28WbzvnOwfguvMr0b8ifc=";
sha256 = "sha256-Sxuv0QNcRLVnnThFxvDQJ8pV2rhgdYCl7O12o/UJbUI=";
};
propagatedBuildInputs = [ numpy ];