python3Packages.cx-freeze: 7.2.8 -> 8.0.0

https://github.com/marcelotduarte/cx_Freeze/releases/tag/8.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:12 +02:00
parent d335daf935
commit 1eaccbb722
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "7.2.8";
version = "8.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cx_freeze";
inherit version;
hash = "sha256-Z4/lsHTBURkY7e17PL5ULqV7TuKSZFzazrnGkc4TKT4=";
hash = "sha256-gOH4e7FS7Q+X98ZDXgI31Eqt6Zl5knxGJ3cTIqJdVQ0=";
};
postPatch = ''