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

python310Packages.trimesh: 3.22.2 -> 3.22.3

authored by

Fabian Affolter and committed by
GitHub
f8043b52 73d174c6

+2 -2
+2 -2
pkgs/development/python-modules/trimesh/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "trimesh"; 11 - version = "3.22.2"; 11 + version = "3.22.3"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-YT9Ponvz19SqHAJUO9/KSaBPQrW2W++MRNgF/8L0OPc="; 16 + hash = "sha256-PrXqBYOEFCXIZsihhImh1swbGFRCoyTGl82dkfBE7aU="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ setuptools ];