Merge pull request #163877 from r-ryantm/auto-update/python3.10-google-cloud-texttospeech

This commit is contained in:
Sandro
2022-03-12 21:51:13 +01:00
committed by GitHub
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.10.2";
version = "2.11.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EykIDxoO8ePp4hLtINTz/RahfS4KU7GhwS4gkMBA32w=";
sha256 = "sha256-UJSP3a9G6k1arMpoh4/rWrnR4gYtPW6d6LGwWuk5WGg=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];