Commit 198b211e authored by Gliczy's avatar Gliczy
Browse files

alpaca: 2.9.0 -> 3.1.0

parent ca90631c
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

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

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    rev = "refs/tags/${version}";
    hash = "sha256-ionioPA69haDIyXjqU84nuTNtI32jOnhd6oCTRI6vcA=";
    tag = version;
    hash = "sha256-KPab5TU+Ra1o0FWpD5pkhtP7ylno903GQTqqWlir26s=";
  };

  nativeBuildInputs = [
@@ -49,10 +49,11 @@ python3Packages.buildPythonApplication rec {
    requests
    pillow
    pypdf
    pytube
    html2text
    youtube-transcript-api
    pydbus
    odfpy
    pyicu
  ];

  dontWrapGApps = true;