Merge pull request #221679 from mweinelt/tts-0.12

tts: 0.11.1 -> 0.12.0; python310Packages.trainer: 0.0.22 -> 0.0.24
This commit is contained in:
Martin Weinelt 2023-03-18 07:57:19 +00:00 committed by GitHub
commit 855fb684d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
let
pname = "trainer";
version = "0.0.22";
version = "0.0.24";
in
buildPythonPackage {
inherit pname version;
@ -28,7 +28,7 @@ buildPythonPackage {
owner = "coqui-ai";
repo = "Trainer";
rev = "refs/tags/v${version}";
hash = "sha256-iujRx/9HNHIUOuoTHvQM5EByKydLjoVwfsBn7XdM3ks=";
hash = "sha256-+Wr8kmHo3rWxknSN/jJVzXow95hNgth/j4OSj96gScE=";
};
postPatch = ''

View file

@ -38,14 +38,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.11.1";
version = "0.12.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "refs/tags/v${version}";
hash = "sha256-EVFFETiGbrouUsrIhMFZEex3UGCCWTI3CC4yFAcERyw=";
hash = "sha256-3t4JYEwQ+puGLhGl3nn93qsL8IeOwlYtHXTrnZ5Cf+w=";
};
postPatch = let