tts: 0.14.3 -> 0.15.0
https://github.com/coqui-ai/TTS/releases/tag/v0.15.0
This commit is contained in:
parent
cb39db1224
commit
cababbbc35
1 changed files with 3 additions and 2 deletions
|
@ -15,14 +15,14 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "tts";
|
||||
version = "0.14.3";
|
||||
version = "0.15.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coqui-ai";
|
||||
repo = "TTS";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-4LojjH6ft9RfftBBFNWmC2pl/YXfgZCXhkZFsELTgCE=";
|
||||
hash = "sha256-pu0MqNXNQfvxo2VHpiEYIz1OvplydCYPKU/NsZD0mJw=";
|
||||
};
|
||||
|
||||
postPatch = let
|
||||
|
@ -60,6 +60,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
bnunicodenormalizer
|
||||
coqpit
|
||||
einops
|
||||
encodec
|
||||
flask
|
||||
fsspec
|
||||
g2pkk
|
||||
|
|
Loading…
Reference in a new issue