Merge pull request #143035 from mweinelt/tts

tts: 0.3.1 -> 0.4.0
This commit is contained in:
Jörg Thalheim 2021-10-27 21:21:15 +02:00 committed by GitHub
commit b63e29ebad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.3.1";
version = "0.4.1";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "v${version}";
sha256 = "sha256-/CeetLm3jgS5Q69zTVkLm+Wh4nD7D4c6j9MTujMc3fU=";
sha256 = "sha256-ZcQUgr+1XTmXoyf2WNsP8Hept42JTFmKXdo0kcU6QWU=";
};
postPatch = ''