Skip to content

Commit db168ad

Browse files
authored
python3Packages.trimesh: 4.6.8 -> 4.6.9 (#408288)
2 parents 9e29b12 + 0224161 commit db168ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1414
buildPythonPackage rec {
1515
pname = "trimesh";
16-
version = "4.6.8";
16+
version = "4.6.9";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "mikedh";
2323
repo = "trimesh";
2424
tag = version;
25-
hash = "sha256-ut5wCEjhC4h299TJufBOmWZHtu24Ve/BsgMaNpRDAPg=";
25+
hash = "sha256-VxChu4QOoySCs/PAuVD6T+oFxkxvNGziwnkNdE6xSD0=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)