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 5ad5bc2 + 6fb2ad0 commit b73e181Copy full SHA for b73e181
1 file changed
pkgs/development/python-modules/trimesh/default.nix
@@ -29,7 +29,7 @@
29
30
buildPythonPackage rec {
31
pname = "trimesh";
32
- version = "4.7.1";
+ version = "4.7.3";
33
pyproject = true;
34
35
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
38
owner = "mikedh";
39
repo = "trimesh";
40
tag = version;
41
- hash = "sha256-8g7pxAqEM3KTVxCfQSTPuadScoBLdw0xAony6H0EjJ8=";
+ hash = "sha256-LpUMPdQcNa7lU+nP0+7NPTHZJxS24PESHBpPy6h+Nko=";
42
};
43
44
build-system = [ setuptools ];
0 commit comments