Skip to content

Commit 144564c

Browse files
authored
auditwheel: 6.2.0 -> 6.3.0 (NixOS#390444)
2 parents 5332ea7 + 7f3be44 commit 144564c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/auditwheel/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "auditwheel";
20-
version = "6.2.0";
20+
version = "6.3.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.7";
2424

2525
src = fetchPypi {
2626
inherit pname version;
27-
hash = "sha256-T8n3eM2B2sVoIOjN7phC3ES49DX4eDYG2r1JZNRjizA=";
27+
hash = "sha256-BccKI0+hTBQKptkHYTXZVQli2VhJkRuNXQQZo63QnwA=";
2828
};
2929

3030
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)