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.

Changed files
+2 -2
pkgs
development
python-modules
pyinstaller-hooks-contrib
+2 -2
pkgs/development/python-modules/pyinstaller-hooks-contrib/default.nix
···
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 ];