tts: 0.3.1 -> 0.4.1

+2 -2
+2 -2
pkgs/tools/audio/tts/default.nix
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "tts"; 19 - version = "0.3.1"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "v${version}"; 25 - sha256 = "sha256-/CeetLm3jgS5Q69zTVkLm+Wh4nD7D4c6j9MTujMc3fU="; 26 }; 27 28 postPatch = ''
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "tts"; 19 + version = "0.4.1"; 20 21 src = fetchFromGitHub { 22 owner = "coqui-ai"; 23 repo = "TTS"; 24 rev = "v${version}"; 25 + sha256 = "sha256-ZcQUgr+1XTmXoyf2WNsP8Hept42JTFmKXdo0kcU6QWU="; 26 }; 27 28 postPatch = ''