python312Packages.pyinstaller: 6.8.0 -> 6.9.0

This commit is contained in:
R. Ryantm
2024-07-19 00:52:27 +00:00
parent 5079f7b926
commit 1ede69682a
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "pyinstaller";
version = "6.8.0";
version = "6.9.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-P0tlIPRCP+GbzC/WOrcjiFGuK9y8mPJbxdL5fMYgEuk=";
hash = "sha256-9KdcVS+swuKjcPHkIrlxteXNtAWP84zqAjWqIfwLN48=";
};