summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-07-10 20:15:53 +0200
committerGitHub <noreply@github.com>2021-07-10 20:15:53 +0200
commitb7e408dd17f6868ff5d3f50d4b44eaee067412cc (patch)
treed6e3789177ec4a8b49892302f5c24e0cb72a25dc /pkgs/tools/audio
parentc786eaf612327455b1eaed7c32563c3d07c3d6be (diff)
parent26f64b251cbac73569e2f5cf83b27f1b0f1fe011 (diff)
downloadnixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar.gz
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar.bz2
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar.lz
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar.xz
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.tar.zst
nixpkgs-b7e408dd17f6868ff5d3f50d4b44eaee067412cc.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/tts/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix
index b157d4b8f79..7906c92ba88 100644
--- a/pkgs/tools/audio/tts/default.nix
+++ b/pkgs/tools/audio/tts/default.nix
@@ -11,7 +11,7 @@
 #
 # If you upgrade from an old version you may have to delete old models from ~/.local/share/tts
 # Also note that your tts version might not support all available models so check:
-#   https://github.com/coqui-ai/TTS/releases/tag/v0.0.15.1
+#   https://github.com/coqui-ai/TTS/releases/tag/v0.1.2
 #
 # For now, for deployment check the systemd unit in the pull request:
 #   https://github.com/NixOS/nixpkgs/pull/103851#issue-521121136
@@ -20,7 +20,7 @@ let
   python3 = python38;
 in python3.pkgs.buildPythonApplication rec {
   pname = "tts";
-  version = "0.0.15.1";
+  version = "0.1.2";
 
   # https://github.com/coqui-ai/TTS/issues/570
   disabled = python3.pythonAtLeast "3.9";
@@ -29,12 +29,11 @@ in python3.pkgs.buildPythonApplication rec {
     owner = "coqui-ai";
     repo = "TTS";
     rev = "v${version}";
-    sha256 = "0z6sbzspgmw5ja8r2zysyhdk4jzlv88a0ihkvxvvwxslkyncdb89";
+    sha256 = "1qgiaqn7iqxyf54qgnpmli69nw9s3gmi9qv874jsgycykc10hjg4";
   };
 
   postPatch = ''
     sed -i -e 's!librosa==[^"]*!librosa!' requirements.txt
-    sed -i -e 's!unidecode==[^"]*!unidecode!' requirements.txt
     sed -i -e 's!numba==[^"]*!numba!' requirements.txt
     sed -i -e 's!numpy==[^"]*!numpy!' requirements.txt
     sed -i -e 's!umap-learn==[^"]*!umap-learn!' requirements.txt
@@ -48,6 +47,7 @@ in python3.pkgs.buildPythonApplication rec {
     anyascii
     coqpit
     flask
+    gruut
     gdown
     inflect
     jieba