Commit 6dca9274 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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.
parent 7b9c0210
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [