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

This commit is contained in:
Sandro 2022-02-04 18:02:00 +01:00 committed by GitHub
commit 58b070361f
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.9.1";
version = "2.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "0a76bed3cf48cf72d4aa50329d5da2bbc008c5c7dd57326854fc038536e107f1";
sha256 = "sha256-j2MSeQLw7udQrEqj9LtMqvaGSgTLiItdpN8dUTedYdI=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];