tts: 0.26.0 -> 0.26.2

R. Ryantm c61f98de 89ee2319

+3 -3
+3 -3
pkgs/by-name/tt/tts/package.nix
··· 10 11 python3.pkgs.buildPythonApplication rec { 12 pname = "coqui-tts"; 13 - version = "0.26.0"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "idiap"; 18 repo = "coqui-ai-TTS"; 19 tag = "v${version}"; 20 - hash = "sha256-tLTurOwSzKvejb31yijmH3LFZGJHYp0OW0ckS7Ds5ig="; 21 }; 22 23 postPatch = ··· 185 186 meta = with lib; { 187 homepage = "https://github.com/idiap/coqui-ai-TTS"; 188 - changelog = "https://github.com/idiap/coqui-ai-TTS/releases/tag/v${version}"; 189 description = "Deep learning toolkit for Text-to-Speech, battle-tested in research and production"; 190 license = licenses.mpl20; 191 teams = [ teams.tts ];
··· 10 11 python3.pkgs.buildPythonApplication rec { 12 pname = "coqui-tts"; 13 + version = "0.26.2"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "idiap"; 18 repo = "coqui-ai-TTS"; 19 tag = "v${version}"; 20 + hash = "sha256-U/U3aXFvqnaV/Msy5wyzAKCUw9XUNplugig6nv5nfZY="; 21 }; 22 23 postPatch = ··· 185 186 meta = with lib; { 187 homepage = "https://github.com/idiap/coqui-ai-TTS"; 188 + changelog = "https://github.com/idiap/coqui-ai-TTS/releases/tag/${src.tag}"; 189 description = "Deep learning toolkit for Text-to-Speech, battle-tested in research and production"; 190 license = licenses.mpl20; 191 teams = [ teams.tts ];