python310Packages.google-cloud-texttospeech: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2022-01-19 22:17:21 +00:00
parent 2d207146ee
commit f9945f6d87

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.9.0";
version = "2.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "e8e272ab54be00285c8f9451081d833980c9fc2a1eff828448dfe315dfa61250";
sha256 = "0a76bed3cf48cf72d4aa50329d5da2bbc008c5c7dd57326854fc038536e107f1";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];