python3Packages.cx-freeze: 6.13.1 -> 6.14.4

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:14 +01:00
parent 6ae32c196c
commit d7266fe4fc

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "6.13.1";
version = "6.14.4";
src = fetchPypi {
pname = "cx_Freeze";
inherit version;
sha256 = "sha256-9pT1Ta8pLpc9krFN8KLp3b10IGyvMjiaU3Cn4eVAiaQ=";
sha256 = "sha256-ydox+o4B0t/dYD+nDiY5CmWupt1iMzyU2fA4tCqgVcg=";
};
disabled = pythonOlder "3.5";