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

python310Packages.google-cloud-texttospeech: 2.11.0 -> 2.11.1
This commit is contained in:
Sandro 2022-06-07 19:08:25 +02:00 committed by GitHub
commit b0a7f4ce13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.11.0";
version = "2.11.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-UJSP3a9G6k1arMpoh4/rWrnR4gYtPW6d6LGwWuk5WGg=";
sha256 = "sha256-4I7zmjZMjXjkxjEtwWNbev0ryTOIyOWsVkC46tgRyqc=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];