python311Packages.trimesh: 4.2.1 -> 4.2.2

Changelog: https://github.com/mikedh/trimesh/releases/tag/4.2.2
This commit is contained in:
Peder Bergebakken Sundt 2024-03-25 23:39:59 +01:00
parent 0ef0d16743
commit 5d9b876d62
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.2.1";
version = "4.2.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-CAn67M1T48J9y18QL1sjD3R57qfm9FYtK93Tq60WElE=";
hash = "sha256-lyscb7YYnT4A7juT1+9CBlb4DoeE1MT46ZPhRJgCa64=";
};
nativeBuildInputs = [ setuptools ];