python3Packages.cx-freeze: 6.15.16 -> 7.1.1

https://github.com/marcelotduarte/cx_Freeze/releases/tag/7.1.1
This commit is contained in:
Martin Weinelt
2024-06-24 12:14:51 +02:00
parent d4dee7453e
commit cb2c6c3da1
@@ -12,15 +12,15 @@
buildPythonPackage rec {
pname = "cx-freeze";
version = "6.15.16";
version = "7.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
pname = "cx_Freeze";
pname = "cx_freeze";
inherit version;
hash = "sha256-xjmRiG/ypTGfjw0HwDSaa74aZbXzIPi5JDiI5jyaSiI=";
hash = "sha256-M1wwutDj5lNlXyMJkzCEWL7cmXuvW3qZXoZB3rousoc=";
};
nativeBuildInputs = [