python312Packages.pypck: refactor

This commit is contained in:
Fabian Affolter
2024-12-25 20:54:33 +01:00
parent 9066941bef
commit 5642e39aeb

View File

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