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