Unverified Commit 7afdb253 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #284200 from r-ryantm/auto-update/python311Packages.cx-freeze

python311Packages.cx-freeze: 6.15.12 -> 6.15.13
parents 76b5b807 269dcb68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "cx-freeze";
  version = "6.15.12";
  version = "6.15.13";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "cx_Freeze";
    inherit version;
    hash = "sha256-Ak4OC94xD21daVdsbYSvFxO1YKJcccJ8xoCBk50cWww=";
    hash = "sha256-VeOgoVrga9dPJ0W9S3Ye/9Ff5yEOlP2DlDf0sDUh1yo=";
  };

  nativeBuildInputs = [