lol

python312Packages.trimesh: 4.4.9 -> 4.5.0 (#348741)

authored by

OTABI Tomoya and committed by
GitHub
538f39e5 8d1fda1e

+3 -2
+3 -2
pkgs/development/python-modules/trimesh/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "trimesh"; 14 - version = "4.4.9"; 14 + version = "4.5.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-6fVMtO9w+dtJRGytOEW3qAQ/x9YtkZKyQXQfP7DYE6w="; 21 + hash = "sha256-/EnZ+8KeJQF3daAk5d+A9iXJ3dv5gs4+pdNEUHCVBCU="; 22 22 }; 23 23 24 24 build-system = [ setuptools ]; ··· 44 44 homepage = "https://trimesh.org/"; 45 45 changelog = "https://github.com/mikedh/trimesh/releases/tag/${version}"; 46 46 license = licenses.mit; 47 + mainProgram = "trimesh"; 47 48 maintainers = with maintainers; [ 48 49 gebner 49 50 pbsds