alpaca: 2.6.5 -> 2.7.0 (#353808)
This commit is contained in:
parent
d3bb85e0ea
commit
d79291d787
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user