Skip to content

Commit

Permalink
python312Packages.pyinstaller-hooks-contrib: 2024.8 -> 2024.9 (#349677)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 1, 2024
2 parents 3c83114 + c94f3c6 commit 70a17cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "pyinstaller-hooks-contrib";
version = "2024.8";
version = "2024.9";

pyproject = true;

src = fetchPypi {
pname = "pyinstaller_hooks_contrib";
inherit version;
hash = "sha256-KbaNh4q3OelnBVtWqT65tY5SnVsFT7q3ovK6z4DO8+I=";
hash = "sha256-R5OGnzcNHcSAbBAe/SiQ48PnA0Z9jSe7Wj2wBev7AI0=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 70a17cf

Please sign in to comment.