tts: 0.19.1 -> 0.20.2

https://github.com/coqui-ai/TTS/releases/tag/v0.20.0
https://github.com/coqui-ai/TTS/releases/tag/v0.20.1
https://github.com/coqui-ai/TTS/releases/tag/v0.20.2

Newer versions require torch>=2.1.

authored by Martin Weinelt and committed by Yt 6bd94588 3d438e4c

+5 -3
+5 -3
pkgs/tools/audio/tts/default.nix
··· 16 16 in 17 17 python.pkgs.buildPythonApplication rec { 18 18 pname = "tts"; 19 - version = "0.19.1"; 20 - format = "pyproject"; 19 + version = "0.20.2"; 20 + pyproject = true; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "coqui-ai"; 24 24 repo = "TTS"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-GYVr/Wam1IGCSR2vHMAu5Fg/jRB333L6iNjltnRKh4E="; 26 + hash = "sha256-1nlSf15IEX1qKfDtR6+jQqskjxIuzaIWatkj9Z1fh8Y="; 27 27 }; 28 28 29 29 postPatch = let ··· 57 57 58 58 nativeBuildInputs = with python.pkgs; [ 59 59 cython 60 + numpy 60 61 packaging 62 + setuptools 61 63 ]; 62 64 63 65 propagatedBuildInputs = with python.pkgs; [