python3Packages.pyinstaller: 6.15.0 -> 6.18.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:58 +01:00
parent 8f286a638f
commit e233d470c9
@@ -5,7 +5,7 @@
fetchPypi,
# build-system
setuptools,
hatchling,
# native dependencies
zlib,
@@ -25,15 +25,15 @@
buildPythonPackage rec {
pname = "pyinstaller";
version = "6.15.0";
version = "6.18.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pI/EZE7kqiqio157UfSW+PvX7s9qIVBka78WE60HvC0=";
hash = "sha256-zcUHVCeDURytSFb85YL9w36fKWZcpZaInGY8g+yMbsk=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
buildInputs = [ zlib.dev ];