Merge pull request #221679 from mweinelt/tts-0.12

tts: 0.11.1 -> 0.12.0; python310Packages.trainer: 0.0.22 -> 0.0.24

authored by Martin Weinelt and committed by GitHub 855fb684 098d54cc

+4 -4
+2 -2
pkgs/development/python-modules/trainer/default.nix
··· 18 18 19 19 let 20 20 pname = "trainer"; 21 - version = "0.0.22"; 21 + version = "0.0.24"; 22 22 in 23 23 buildPythonPackage { 24 24 inherit pname version; ··· 28 28 owner = "coqui-ai"; 29 29 repo = "Trainer"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-iujRx/9HNHIUOuoTHvQM5EByKydLjoVwfsBn7XdM3ks="; 31 + hash = "sha256-+Wr8kmHo3rWxknSN/jJVzXow95hNgth/j4OSj96gScE="; 32 32 }; 33 33 34 34 postPatch = ''
+2 -2
pkgs/tools/audio/tts/default.nix
··· 38 38 in 39 39 python.pkgs.buildPythonApplication rec { 40 40 pname = "tts"; 41 - version = "0.11.1"; 41 + version = "0.12.0"; 42 42 format = "pyproject"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "coqui-ai"; 46 46 repo = "TTS"; 47 47 rev = "refs/tags/v${version}"; 48 - hash = "sha256-EVFFETiGbrouUsrIhMFZEex3UGCCWTI3CC4yFAcERyw="; 48 + hash = "sha256-3t4JYEwQ+puGLhGl3nn93qsL8IeOwlYtHXTrnZ5Cf+w="; 49 49 }; 50 50 51 51 postPatch = let