Commit 6d2c8dbf authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyinstaller-hooks-contrib: 2025.11 -> 2026.0

parent fa4e65ad
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.11";
  version = "2026.0";

  pyproject = true;

  src = fetchPypi {
    pname = "pyinstaller_hooks_contrib";
    inherit version;
    hash = "sha256-3+GGMuBmVfqI0hjg12j9dT4YhkZcEqbUvOBPGq7skX0=";
    hash = "sha256-ASCJPeSRoACEVHDKnAs5KEcxrGus4m9oSd6pYnqu1I4=";
  };

  build-system = [ setuptools ];