Skip to content

Commit b73e181

Browse files
authored
python3Packages.trimesh: 4.7.1 -> 4.7.3 (#432950)
2 parents 5ad5bc2 + 6fb2ad0 commit b73e181

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
buildPythonPackage rec {
3131
pname = "trimesh";
32-
version = "4.7.1";
32+
version = "4.7.3";
3333
pyproject = true;
3434

3535
disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
3838
owner = "mikedh";
3939
repo = "trimesh";
4040
tag = version;
41-
hash = "sha256-8g7pxAqEM3KTVxCfQSTPuadScoBLdw0xAony6H0EjJ8=";
41+
hash = "sha256-LpUMPdQcNa7lU+nP0+7NPTHZJxS24PESHBpPy6h+Nko=";
4242
};
4343

4444
build-system = [ setuptools ];

0 commit comments

Comments
 (0)