python3Packages.auditwheel: 6.5.0 -> 6.5.1

This commit is contained in:
R. Ryantm
2025-12-28 13:02:39 +00:00
parent e2a3216076
commit 0502ec0d50
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "auditwheel";
version = "6.5.0";
version = "6.5.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-T7y9WFQFS7HdeHDbA3J7hxuWsYFH21cllWHAWGA5h9c=";
hash = "sha256-EeYR9wkLbPQHVTW4j0NkgZuEnYJwLauwlHz3ycXVh6A=";
};
build-system = [ setuptools-scm ];