Merge pull request #103801 from r-ryantm/auto-update/python3.7-gtts

python37Packages.gtts: 2.1.1 -> 2.1.2
This commit is contained in:
Mario Rodas 2020-11-14 11:36:05 -05:00 committed by GitHub
commit bb969ff967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "gtts";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "pndurette";
repo = "gTTS";
rev = "v${version}";
sha256 = "1d0r6dnb8xvgyvxz7nfj4q4xqmpmvcwcsjghxrh76m6p364lh1hj";
sha256 = "1vcsxzqzl61h50lm934hd7q5nl7l10wwymgq1mcynmqxbm1s4rnl";
};
propagatedBuildInputs = [