tts: 0.15.6 -> 0.16.0

https://github.com/coqui-ai/TTS/releases/tag/v0.16.0
This commit is contained in:
Martin Weinelt 2023-07-25 13:49:51 +02:00 committed by Yt
parent 9770f6a23a
commit 539e08e12a

View file

@ -15,14 +15,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.15.6";
version = "0.16.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "refs/tags/v${version}";
hash = "sha256-ZEmj0D+q2/UpDTEZDPb13BKiNRUcZsJmJRWOCq+8CUk=";
hash = "sha256-2JZyINyzy4X1DTp4ZsMLY/rCsH4JdQ8bF/3hoqtvNTU=";
};
postPatch = let