python312Packages.pyinstaller: 6.12.0 -> 6.13.0 (#400888)

This commit is contained in:
OTABI Tomoya 2025-04-27 10:11:10 +09:00 committed by GitHub
commit 8cfc63f4c5
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.12.0";
version = "6.13.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-GDR5e+SM4bJgFa9oves8YabHUAE28E4Pxl5GgRXex3c=";
hash = "sha256-OJEf7sLF4hXlFZp+Zv2xJAAWi9EWFDtUqKejfwhzNFY=";
};
build-system = [ setuptools ];