Merge pull request #335178 from pbsds/bump-trimesh-1723831127

python312Packages.trimesh: 4.4.4 -> 4.4.6
This commit is contained in:
Nick Cao 2024-08-17 14:46:10 -04:00 committed by GitHub
commit 8042ed1ac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "trimesh";
version = "4.4.4";
version = "4.4.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-XFP2/gHi+uNXrTO3ltv9tOr+shFDVPRs85YIgGEU7Pg=";
hash = "sha256-sOZL8GDI06cXMCT7b+CZ9w56owYwNWiILLrJDmWZ9Fs=";
};
build-system = [ setuptools ];