tts: 0.11.1 -> 0.12.0

https://github.com/coqui-ai/TTS/releases/tag/v0.12.0
This commit is contained in:
Martin Weinelt 2023-03-17 20:48:36 +01:00
parent 11cd8fcb70
commit bbf45c9665
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -38,14 +38,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.11.1";
version = "0.12.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "refs/tags/v${version}";
hash = "sha256-EVFFETiGbrouUsrIhMFZEex3UGCCWTI3CC4yFAcERyw=";
hash = "sha256-3t4JYEwQ+puGLhGl3nn93qsL8IeOwlYtHXTrnZ5Cf+w=";
};
postPatch = let