python3Packages.cx-freeze: 8.3.0 -> 8.5.3
https://github.com/marcelotduarte/cx_Freeze/releases/tag/8.5.3 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cx-freeze";
|
||||
version = "8.3.0";
|
||||
version = "8.5.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "marcelotduarte";
|
||||
repo = "cx_Freeze";
|
||||
tag = version;
|
||||
hash = "sha256-PhUzHSn9IqUcb11D0kRT8zhmZ/KusTBDpAempiDN4Rc=";
|
||||
hash = "sha256-tV2i0o6D/Cz0ePYgJN+c4VgMkhVhO/2xhPX8vsasFPs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user