python311Packages.cx-freeze: 6.15.12 -> 6.15.13

This commit is contained in:
R. Ryantm 2024-01-27 09:00:20 +00:00
parent b0051767f1
commit 269dcb6812

View File

@ -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 = [