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

python311Packages.cx-freeze: 6.15.13 -> 6.15.15
This commit is contained in:
Weijia Wang
2024-03-07 22:15:16 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "6.15.13";
version = "6.15.15";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cx_Freeze";
inherit version;
hash = "sha256-VeOgoVrga9dPJ0W9S3Ye/9Ff5yEOlP2DlDf0sDUh1yo=";
hash = "sha256-dMCr5ulaBBXLT79VxiW8JQEml4P6wt0tcetNeOk/Ihk=";
};
nativeBuildInputs = [