Skip to content

Commit

Permalink
Merge pull request #265605 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.cx-freeze

python310Packages.cx-freeze: 6.15.7 -> 6.15.10
  • Loading branch information
fabaff committed Nov 5, 2023
2 parents 25590a3 + 0a0b069 commit 5eda461
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/python-modules/cx-freeze/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

buildPythonPackage rec {
pname = "cx-freeze";
version = "6.15.7";
version = "6.15.10";
format = "pyproject";

disabled = pythonOlder "3.5";
disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "cx_Freeze";
inherit version;
hash = "sha256-+X9FWkpG7gwHbZIqKftT7/RioWXdBCP6J+J8KkRTtAs=";
hash = "sha256-Bc0md1lpL1EYYdIoYNNeKgW/v3OPliwVdhi7jHcdIyA=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A set of scripts and modules for freezing Python scripts into executables";
homepage = "https://marcelotduarte.github.io/cx_Freeze/";
changelog = "https://github.com/marcelotduarte/cx_Freeze/releases/tag/${version}";
license = licenses.psfl;
maintainers = with maintainers; [ ];
mainProgram = "cxfreeze";
Expand Down

0 comments on commit 5eda461

Please sign in to comment.