tts: 0.26.0 -> 0.26.2

R. Ryantm c61f98de 89ee2319

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