Merge pull request #242255 from mweinelt/tts-0.15.6

tts: 0.15.5 -> 0.15.6
This commit is contained in:
Martin Weinelt 2023-07-09 17:05:52 +02:00 committed by GitHub
commit 42bb873282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,14 +15,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.15.5";
version = "0.15.6";
format = "pyproject";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "refs/tags/v${version}";
hash = "sha256-r6qL8pSFYCltXyPSpZNvGRZKbm07zPLHorkDYjE//aI=";
hash = "sha256-ZEmj0D+q2/UpDTEZDPb13BKiNRUcZsJmJRWOCq+8CUk=";
};
postPatch = let