python3Packages.cx-freeze: 8.3.0 -> 8.5.3

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:35 +01:00
parent 7b9c0210e6
commit 6dca9274d6
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "8.3.0";
version = "8.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = "marcelotduarte";
repo = "cx_Freeze";
tag = version;
hash = "sha256-PhUzHSn9IqUcb11D0kRT8zhmZ/KusTBDpAempiDN4Rc=";
hash = "sha256-tV2i0o6D/Cz0ePYgJN+c4VgMkhVhO/2xhPX8vsasFPs=";
};
patches = [