python3Packages.trimesh: 4.11.0 -> 4.11.1 (#483224)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-24 16:36:09 +00:00
committed by GitHub
@@ -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 ];