mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
tts: 0.14.0 -> 0.14.3
https://github.com/coqui-ai/TTS/releases/tag/v0.14.1 https://github.com/coqui-ai/TTS/releases/tag/v0.14.2 https://github.com/coqui-ai/TTS/releases/tag/v0.14.3
This commit is contained in:
parent
dd05e2a899
commit
3adc3587e8
@ -15,14 +15,14 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "tts";
|
||||
version = "0.14.0";
|
||||
version = "0.14.3";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coqui-ai";
|
||||
repo = "TTS";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AVU4ULz++t9850pYeNrG5HKNvUZcMld4O1/zu697rzk=";
|
||||
hash = "sha256-4LojjH6ft9RfftBBFNWmC2pl/YXfgZCXhkZFsELTgCE=";
|
||||
};
|
||||
|
||||
postPatch = let
|
||||
|
Loading…
Reference in New Issue
Block a user