python3Packages.trimesh: 4.11.3 -> 4.11.5 (#503621)

This commit is contained in:
Stanisław Pitucha
2026-03-28 07:27:39 +00:00
committed by GitHub
@@ -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 ];