python3Packages.pyinstaller-hooks-contrib: 2024.11 -> 2025.0

https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:43 +01:00
parent b9217f6d0c
commit e6b450f392
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyinstaller-hooks-contrib";
version = "2024.11";
version = "2025.0";
pyproject = true;
src = fetchPypi {
pname = "pyinstaller_hooks_contrib";
inherit version;
hash = "sha256-hDma9rS5AgMJWAY98l9lerv/JJ0PMpxTRJKDVcmDOrQ=";
hash = "sha256-bcC1WhrKqy/+427UoFsHOqCiLkbyX7XGajHiF0VBNe0=";
};
build-system = [ setuptools ];