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.

+2 -2
+2 -2
pkgs/development/python-modules/cx-freeze/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "cx-freeze"; 21 - version = "7.2.8"; 21 + version = "8.0.0"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.8"; ··· 26 26 src = fetchPypi { 27 27 pname = "cx_freeze"; 28 28 inherit version; 29 - hash = "sha256-Z4/lsHTBURkY7e17PL5ULqV7TuKSZFzazrnGkc4TKT4="; 29 + hash = "sha256-gOH4e7FS7Q+X98ZDXgI31Eqt6Zl5knxGJ3cTIqJdVQ0="; 30 30 }; 31 31 32 32 postPatch = ''