Unverified Commit 834ff42f authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

yle-dl: 20240706 -> 20250316 (#393708)

parents 326d305c 0a0da6de
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -12,15 +12,17 @@

python3Packages.buildPythonApplication rec {
  pname = "yle-dl";
  version = "20240706";
  version = "20250316";

  src = fetchFromGitHub {
    owner = "aajanki";
    repo = "yle-dl";
    rev = version;
    hash = "sha256-X5fkcJgTVGASoVvvshGWUFNzB1V4KMSKgwoxzP62mxc=";
    rev = "releases/${version}";
    hash = "sha256-8cJVaoZRKAR/mkRebpgMfwOWIdDySS8q6Dc2kanr4SE=";
  };

  pyproject = true;

  propagatedBuildInputs = with python3Packages; [
    attrs
    configargparse
@@ -29,6 +31,9 @@ python3Packages.buildPythonApplication rec {
    lxml
    requests
  ];
  buildInputs = with python3Packages; [
    flit-core
  ];
  pythonPath = [
    rtmpdump
    php