python3Packages.trimesh: 4.11.3 -> 4.11.5

This commit is contained in:
R. Ryantm
2026-03-26 06:32:49 +00:00
parent 14ea55c832
commit 60fb08540f
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.11.3";
version = "4.11.5";
pyproject = true;
src = fetchFromGitHub {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-0GIeCNqNjV7BlhjHxEpdwgdiX+diq4keM2PvjSI1FdM=";
hash = "sha256-LF7tjthYtsEZJLqBiQZBe4urLjSD3Vbi3g1ZJ++0Tyk=";
};
build-system = [ setuptools ];