python3Packages.auditwheel: 6.5.1 -> 6.6.0

This commit is contained in:
R. Ryantm
2026-01-09 16:41:49 +00:00
parent fe3f1d03ab
commit 306edd5dcc
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "auditwheel";
version = "6.5.1";
version = "6.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-EeYR9wkLbPQHVTW4j0NkgZuEnYJwLauwlHz3ycXVh6A=";
hash = "sha256-J387MVrQsE3wor4tEmw/05kwvCZd8PlYnXjJcP8G9Ss=";
};
build-system = [ setuptools-scm ];