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.

Changed files
+2 -2
pkgs
development
python-modules
cx-freeze
+2 -2
pkgs/development/python-modules/cx-freeze/default.nix
···
buildPythonPackage rec {
pname = "cx-freeze";
-
version = "7.2.8";
+
version = "8.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "cx_freeze";
inherit version;
-
hash = "sha256-Z4/lsHTBURkY7e17PL5ULqV7TuKSZFzazrnGkc4TKT4=";
+
hash = "sha256-gOH4e7FS7Q+X98ZDXgI31Eqt6Zl5knxGJ3cTIqJdVQ0=";
};
postPatch = ''