python3Packages.cx_Freeze: 6.8.1 -> 6.8.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:46:42 -08:00
parent f0adb93c1b
commit 577f3b838b
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "cx_Freeze";
version = "6.8.1";
version = "6.8.3";
src = fetchPypi {
inherit pname version;
sha256 = "3f16d3d40f7f2e1f6032132170d8fd4ba2f4f9ea419f13d7a68091bbe1949583";
sha256 = "05e7a2b099d4eb36e74116311b693dcc3103763aee92ef32079be0b6d4832fa0";
};
disabled = pythonOlder "3.5";