From 29ed9662460fe48d31556b77fc561cd9eaee65e4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 6 May 2025 16:01:48 +0000 Subject: [PATCH] python3Packages.pyinstaller-hooks-contrib: 2025.2 -> 2025.4 --- .../python-modules/pyinstaller-hooks-contrib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyinstaller-hooks-contrib/default.nix b/pkgs/development/python-modules/pyinstaller-hooks-contrib/default.nix index 8f0b6e4447d0..5d7d9544086b 100644 --- a/pkgs/development/python-modules/pyinstaller-hooks-contrib/default.nix +++ b/pkgs/development/python-modules/pyinstaller-hooks-contrib/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "pyinstaller-hooks-contrib"; - version = "2025.2"; + version = "2025.4"; pyproject = true; src = fetchPypi { pname = "pyinstaller_hooks_contrib"; inherit version; - hash = "sha256-zN1BvDApD3JfPkj0o5mF0RhVr4HWFNFn4wIeMDrLkQI="; + hash = "sha256-XOGv0Zl7A+cPVGIHAxz98nggMKq6zBAhkGdwWeKFZEY="; }; build-system = [ setuptools ];