Skip to content

Commit 538f39e

Browse files
authored
python312Packages.trimesh: 4.4.9 -> 4.5.0 (#348741)
2 parents 8d1fda1 + 50f3164 commit 538f39e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/trimesh/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "trimesh";
14-
version = "4.4.9";
14+
version = "4.5.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-6fVMtO9w+dtJRGytOEW3qAQ/x9YtkZKyQXQfP7DYE6w=";
21+
hash = "sha256-/EnZ+8KeJQF3daAk5d+A9iXJ3dv5gs4+pdNEUHCVBCU=";
2222
};
2323

2424
build-system = [ setuptools ];
@@ -44,6 +44,7 @@ buildPythonPackage rec {
4444
homepage = "https://trimesh.org/";
4545
changelog = "https://github.com/mikedh/trimesh/releases/tag/${version}";
4646
license = licenses.mit;
47+
mainProgram = "trimesh";
4748
maintainers = with maintainers; [
4849
gebner
4950
pbsds

0 commit comments

Comments
 (0)