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

python310Packages.trimesh: 3.22.3 -> 3.22.4

authored by

Nick Cao and committed by
GitHub
7120535c 00759717

+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.3"; 11 + version = "3.22.4"; 12 12 format = "pyproject"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-PrXqBYOEFCXIZsihhImh1swbGFRCoyTGl82dkfBE7aU="; 16 + hash = "sha256-DFOtanrrc3Jufuu5ybbbc0xJX29CVp2tFOP93QFoJeM="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ setuptools ];