tts: 0.2.0 -> 0.2.1

This commit is contained in:
Martin Weinelt
2021-08-31 14:26:32 +02:00
parent 45af244b2d
commit aa29251293
+2 -2
View File
@@ -16,13 +16,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "tts";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "coqui-ai";
repo = "TTS";
rev = "v${version}";
sha256 = "sha256-FlxR1bPkUZT3SPuWiK0oAuI9dKfurEZurB0NhyDgOyY=";
sha256 = "sha256-7YMNxZ15qQowEE0tE6x/LbtirNGp7h9OLyS1JSl9x2A=";
};
postPatch = ''