ytcc: 2.7.2 -> 2.8.0 (#437712)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 18:19:29 +00:00
committed by GitHub
+8 -3
View File
@@ -7,16 +7,19 @@
versionCheckHook,
}:
python3Packages.buildPythonApplication rec {
let
version = "2.8.0";
in
python3Packages.buildPythonApplication {
pname = "ytcc";
version = "2.7.2";
inherit version;
pyproject = true;
src = fetchFromGitHub {
owner = "woefe";
repo = "ytcc";
tag = "v${version}";
hash = "sha256-PNSkIp6CJvgirO3k2lB0nOVEC1+znhn3/OyRIJ1EANI=";
hash = "sha256-6Z5xoGbOtJnPlPj5GS9ElRkuuNd+ON9RsZyl5VLzLE0=";
};
build-system = with python3Packages; [ hatchling ];
@@ -33,6 +36,8 @@ python3Packages.buildPythonApplication rec {
defusedxml
];
pythonRelaxDeps = [ "click" ];
nativeCheckInputs =
with python3Packages;
[