We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d1fda1 + 50f3164 commit 538f39eCopy full SHA for 538f39e
pkgs/development/python-modules/trimesh/default.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "trimesh";
14
- version = "4.4.9";
+ version = "4.5.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
18
19
src = fetchPypi {
20
inherit pname version;
21
- hash = "sha256-6fVMtO9w+dtJRGytOEW3qAQ/x9YtkZKyQXQfP7DYE6w=";
+ hash = "sha256-/EnZ+8KeJQF3daAk5d+A9iXJ3dv5gs4+pdNEUHCVBCU=";
22
};
23
24
build-system = [ setuptools ];
@@ -44,6 +44,7 @@ buildPythonPackage rec {
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
0 commit comments