python3Packages.cx-freeze: 7.2.0 -> 7.2.2

https://github.com/marcelotduarte/cx_Freeze/releases/tag/7.2.2
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:03 +02:00
parent 55a5d793cb
commit 7d3da0c6bb
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "7.2.0";
version = "7.2.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cx_freeze";
inherit version;
hash = "sha256-xX9xAbTTUTJGSx7IjLiUjDt8W07OS7NUwWCRWJyzNYM=";
hash = "sha256-6bLEvWjr9PuZtq8v8oHA5TewSa7pSIBcxKAo4XGKvGo=";
};
postPatch = ''