Unverified Commit 2cb5fca7 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

ytcc: 2.7.2 -> 2.8.0 (#437712)

parents 2dafd28c 4bd7810c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -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;
    [