python312Packages.trimesh: 4.1.7 -> 4.1.8

This commit is contained in:
R. Ryantm 2024-03-09 13:32:58 +00:00
parent 775b2f0fa6
commit d40f3ae242

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.1.7";
version = "4.1.8";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bO7fIrk+ScSvz1iwLMdPN+fK9T5VhIEitxdZRnLBSxA=";
hash = "sha256-oG0UejqUe+8OcgSZF/Ln/QC70GifiHHkkI5EelPF+0A=";
};
nativeBuildInputs = [ setuptools ];