python3Packages.pyinstaller: 6.13.0 -> 6.14.0

This commit is contained in:
R. Ryantm 2025-06-06 10:44:49 +00:00
parent 66576dcd9e
commit 30f3c17616

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 ];