python3Packages.auditwheel: 6.4.0 -> 6.4.2 (#423091)

This commit is contained in:
Weijia Wang 2025-08-05 19:36:15 +02:00 committed by GitHub
commit 1932f2fe90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "auditwheel";
version = "6.4.0";
version = "6.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-IJkMyyQW/bgZg+9lTRDfcvnyWziOMBBbw9l7Btauyvs=";
hash = "sha256-t6Ya/JGDtrXGYd5ZylhvnHIARFpAnFjN8gSdb3FjbVE=";
};
build-system = [ setuptools-scm ];