mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
alpaca: 5.2.0 -> 6.0.5
This commit is contained in:
parent
0214b2f7fc
commit
123eb00ead
1 changed files with 7 additions and 3 deletions
|
@ -20,14 +20,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "alpaca";
|
||||
version = "5.2.0";
|
||||
version = "6.0.5";
|
||||
pyproject = false; # Built with meson
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jeffser";
|
||||
repo = "Alpaca";
|
||||
tag = version;
|
||||
hash = "sha256-uUGsdHrqzA5fZ4LNtX04H4ue9n4JQrkTYW2PCCFYFHc=";
|
||||
hash = "sha256-faxqSUYqf3vRZYeuXAzv+n1inMVwl5KmnndABF77Sus=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -51,7 +51,6 @@ python3Packages.buildPythonApplication rec {
|
|||
pygobject3
|
||||
requests
|
||||
pillow
|
||||
pypdf
|
||||
html2text
|
||||
youtube-transcript-api
|
||||
pydbus
|
||||
|
@ -59,8 +58,13 @@ python3Packages.buildPythonApplication rec {
|
|||
pyicu
|
||||
matplotlib
|
||||
openai
|
||||
markitdown
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
speech-to-text = [ python3Packages.openai-whisper ];
|
||||
};
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
makeWrapperArgs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue