python311Packages.trimesh: 4.2.0 -> 4.2.1

Changelog: https://github.com/mikedh/trimesh/releases/tag/4.2.1
This commit is contained in:
Peder Bergebakken Sundt 2024-03-25 21:56:02 +01:00
parent 501f2c59cc
commit 0ef0d16743
1 changed files with 2 additions and 2 deletions

View File

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