Unverified Commit d79291d7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

alpaca: 2.6.5 -> 2.7.0 (#353808)

parent d3bb85e0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

python3Packages.buildPythonApplication rec {
  pname = "alpaca";
  version = "2.6.5";
  version = "2.7.0";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    rev = "refs/tags/${version}";
    hash = "sha256-tXUM2XxYXUTXsycfq0hmkzc4quHKh7+0qit1YuKdCeQ=";
    hash = "sha256-gEQUVSNf8u92qIg0+5fsLIOPgIASdYdlTRDpzl61P+Q=";
  };

  nativeBuildInputs = [
@@ -51,6 +51,7 @@ python3Packages.buildPythonApplication rec {
    pypdf
    pytube
    html2text
    youtube-transcript-api
  ];

  dontWrapGApps = true;