Merge pull request #299013 from pbsds/bump-trimesh-1711400105

python311Packages.trimesh: 4.2.0 -> 4.2.2
This commit is contained in:
Mario Rodas 2024-03-26 08:36:03 -05:00 committed by GitHub
commit 5a0321cbce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.2";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uS6oVNS+JBN61SEVDwLQDoCf60SwqXV7831E2J+hb7I=";
hash = "sha256-lyscb7YYnT4A7juT1+9CBlb4DoeE1MT46ZPhRJgCa64=";
};
nativeBuildInputs = [ setuptools ];