Loading pkgs/by-name/tt/tts/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
pkgs/by-name/tt/tts/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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" Loading