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.
This commit is contained in:
Martin Weinelt
2025-08-05 04:42:31 +02:00
parent 7671aa6d3d
commit 7769ce6666

View File

@@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "pyinstaller";
version = "6.14.2";
version = "6.15.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FCzOBxnnkxXwzCZADC5cRdm2sX5+BJH+5ESp+PFvSRc=";
hash = "sha256-pI/EZE7kqiqio157UfSW+PvX7s9qIVBka78WE60HvC0=";
};
build-system = [ setuptools ];