Unverified Commit 62aec100 authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

tts: 0.25.1 -> 0.26.0

parent 3eb5b4fb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -10,20 +10,21 @@

python3.pkgs.buildPythonApplication rec {
  pname = "coqui-tts";
  version = "0.25.1";
  version = "0.26.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "idiap";
    repo = "coqui-ai-TTS";
    tag = "v${version}";
    hash = "sha256-5w1Y9wdoJ+EV/WBwK3nqyY60NEsMjQsfE4g+sJB7VwQ=";
    hash = "sha256-tLTurOwSzKvejb31yijmH3LFZGJHYp0OW0ckS7Ds5ig=";
  };

  postPatch =
    let
      relaxedConstraints = [
        "bnunicodenormalizer"
        "coqpit-config"
        "cython"
        "gruut"
        "inflect"