python3Packages.pyinstaller: 6.14.2 -> 6.15.0

https://pyinstaller.org/en/v6.15.0/CHANGES.html

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/pyinstaller/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "pyinstaller"; 28 - version = "6.14.2"; 28 + version = "6.15.0"; 29 29 pyproject = true; 30 30 31 31 src = fetchPypi { 32 32 inherit pname version; 33 - hash = "sha256-FCzOBxnnkxXwzCZADC5cRdm2sX5+BJH+5ESp+PFvSRc="; 33 + hash = "sha256-pI/EZE7kqiqio157UfSW+PvX7s9qIVBka78WE60HvC0="; 34 34 }; 35 35 36 36 build-system = [ setuptools ];