We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5332ea7 + 7f3be44 commit 144564cCopy full SHA for 144564c
pkgs/development/python-modules/auditwheel/default.nix
@@ -17,14 +17,14 @@
17
18
buildPythonPackage rec {
19
pname = "auditwheel";
20
- version = "6.2.0";
+ version = "6.3.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.7";
24
25
src = fetchPypi {
26
inherit pname version;
27
- hash = "sha256-T8n3eM2B2sVoIOjN7phC3ES49DX4eDYG2r1JZNRjizA=";
+ hash = "sha256-BccKI0+hTBQKptkHYTXZVQli2VhJkRuNXQQZo63QnwA=";
28
};
29
30
build-system = [ setuptools-scm ];
0 commit comments