python3Packages.trimesh: 4.11.0 -> 4.11.1

This commit is contained in:
R. Ryantm
2026-01-24 00:19:07 +00:00
parent fa4e65ad7a
commit 65831ee3e5
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.11.0";
version = "4.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mikedh";
repo = "trimesh";
tag = version;
hash = "sha256-jp+ac2tqNrL9uxdfzyrm5F2+0zvxfDvMEYCq0yQSZqE=";
hash = "sha256-N9loKQ+xcUtug98K2nsCs5kXUnLLtxCqNH8L8wStb74=";
};
build-system = [ setuptools ];