Commit 14d7ec49 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 1f622956
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pyinstaller-hooks-contrib";
  version = "2025.4";
  version = "2025.5";

  pyproject = true;

  src = fetchPypi {
    pname = "pyinstaller_hooks_contrib";
    inherit version;
    hash = "sha256-XOGv0Zl7A+cPVGIHAxz98nggMKq6zBAhkGdwWeKFZEY=";
    hash = "sha256-cHOGdwuP4GbASq0YpxvEg8eyXhi0dQp1aZn32iqzGYI=";
  };

  build-system = [ setuptools ];