tts: 0.3.0 -> 0.3.1

This commit is contained in:
Martin Weinelt 2021-09-18 04:57:55 +02:00
parent 8727b94cca
commit 0aa049a13c

View file

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