tts: 0.15.0 -> 0.15.5

https://github.com/coqui-ai/TTS/releases/tag/v0.15.5
This commit is contained in:
Martin Weinelt 2023-07-03 14:52:31 +02:00
parent 5a91aee059
commit 94859c4b53
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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