Merge pull request #146019 from r-ryantm/auto-update/python38Packages.google-cloud-texttospeech

This commit is contained in:
Sandro 2021-11-14 21:46:24 +01:00 committed by GitHub
commit 479e8f355c
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.7.0";
version = "2.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "50c49005c7a807950eed730faa386fcef1dc6f5c4c351c6d6470fd211f23f973";
sha256 = "e81beafa612f288fe74db55dd3a409f96cb01d2bac117bcd06a4e5b427d81476";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];