python3Packages.wheel-inspect: 1.7.2 -> 1.8.0

https://github.com/wheelodex/wheel-inspect/releases/tag/v1.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:49 +01:00
parent 3f2ce85e4c
commit a4b99a261d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "wheel-inspect";
version = "1.7.2";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jwodder";
repo = "wheel-inspect";
tag = "v${version}";
hash = "sha256-Mdw9IlY/2qDlb5FumNH+VHmg7vrUzo3vn+03QsUGgo8=";
hash = "sha256-yECgJLShCLiEyZmw9azNP5lwLeas10AfRu/RVMQGejg=";
};
pythonRelaxDeps = [