summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-07 02:41:01 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-07 02:41:01 +0200
commit1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da (patch)
tree0b8ccc0a0dc006eb5c5169e4c8c9aeab13bdeee5 /pkgs/tools/audio
parent4f0bc6d71d1fbabf6e1684035290b65893982da5 (diff)
downloadnixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar.gz
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar.bz2
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar.lz
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar.xz
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.tar.zst
nixpkgs-1823f8f0cd3f1ef0e9a3ff38f9ca3ed57670d5da.zip
tts: 0.2.1 -> 0.2.2
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/tts/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix
index eb1ea2aa592..2f8a9ac82a6 100644
--- a/pkgs/tools/audio/tts/default.nix
+++ b/pkgs/tools/audio/tts/default.nix
@@ -16,13 +16,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "tts";
-  version = "0.2.1";
+  version = "0.2.2";
 
   src = fetchFromGitHub {
     owner = "coqui-ai";
     repo = "TTS";
     rev = "v${version}";
-    sha256 = "sha256-7YMNxZ15qQowEE0tE6x/LbtirNGp7h9OLyS1JSl9x2A=";
+    sha256 = "sha256-hhL6/hBs2umR8/VEumr2LzuCAOkroK8vBfDuNVY0ygw=";
   };
 
   postPatch = ''
@@ -55,6 +55,7 @@ python3.pkgs.buildPythonApplication rec {
     pypinyin
     pysbd
     pytorch
+    pyworld
     scipy
     soundfile
     tensorboardx