python3Packages.pyinstaller-hooks-contrib: 2025.5 -> 2025.8

https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:33 +02:00
parent b2e462278c
commit 11e231a73c
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyinstaller-hooks-contrib";
version = "2025.5";
version = "2025.8";
pyproject = true;
src = fetchPypi {
pname = "pyinstaller_hooks_contrib";
inherit version;
hash = "sha256-cHOGdwuP4GbASq0YpxvEg8eyXhi0dQp1aZn32iqzGYI=";
hash = "sha256-NAKtQd/ptREK8TRCLjf8XUIbo0LGy5gL1nyzC3QVZBw=";
};
build-system = [ setuptools ];