mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #112380 from r-ryantm/auto-update/python3.7-gtts
python37Packages.gtts: 2.2.1 -> 2.2.2
This commit is contained in:
commit
2a0c8e08a4
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gtts";
|
pname = "gtts";
|
||||||
version = "2.2.1";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pndurette";
|
owner = "pndurette";
|
||||||
repo = "gTTS";
|
repo = "gTTS";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1a984691kfin1n896p5l7y8ggjzx19ynih2cw040smfms0azhp4w";
|
sha256 = "052l7gk1v0zckraavyba1bc2cqvmrbffwxxjsklgnslbdcg5h514";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -47,6 +47,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
|
description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
|
||||||
homepage = "https://gtts.readthedocs.io";
|
homepage = "https://gtts.readthedocs.io";
|
||||||
|
changelog = "https://gtts.readthedocs.io/en/latest/changelog.html";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ unode ];
|
maintainers = with maintainers; [ unode ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user