python: google-cloud-texttospeech: 2.0.0 -> 2.2.0
This commit is contained in:
parent
5873eb0a99
commit
0030dac5c0
1 changed files with 2 additions and 2 deletions
|
@ -8,11 +8,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-texttospeech";
|
||||
version = "2.0.0";
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "4ed3d9f17fa7b8d53dbc4992d976f72d845266786a81938444315e5a7b194b53";
|
||||
sha256 = "cbbd397e72b6189668134f3c8e8c303198188334a4e6a5f77cc90c3220772f9e";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest mock ];
|
||||
|
|
Loading…
Reference in a new issue