alpaca: 2.6.5 -> 2.7.0 (#353808)

This commit is contained in:
Aleksana 2024-11-07 02:47:38 +08:00 committed by GitHub
parent d3bb85e0ea
commit d79291d787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;