Skip to content

Commit

Permalink
python312Packages.pypck: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 23, 2024
1 parent 9066941 commit deca684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pypck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
version = "0.8.1";
pyproject = true;

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "alengwenus";
Expand Down Expand Up @@ -48,7 +48,7 @@ buildPythonPackage rec {
description = "LCN-PCK library written in Python";
homepage = "https://github.com/alengwenus/pypck";
changelog = "https://github.com/alengwenus/pypck/releases/tag/${version}";
license = with licenses; [ epl20 ];
license = with licenses.epl20;
maintainers = with maintainers; [ fab ];
};
}

0 comments on commit deca684

Please sign in to comment.