python3Packages.pyinstaller: 6.13.0 -> 6.14.0 (#414494)

This commit is contained in:
Nick Cao 2025-06-08 10:17:55 -04:00 committed by GitHub
commit 6bce2030d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "pyinstaller";
version = "6.13.0";
version = "6.14.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-OJEf7sLF4hXlFZp+Zv2xJAAWi9EWFDtUqKejfwhzNFY=";
hash = "sha256-zFXNwhSRci10Ez41qzY6iGebN+4tdvnYCty8Cuhi1jA=";
};
build-system = [ setuptools ];