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
+2 -2
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