python310Packages.google-cloud-texttospeech: 2.12.1 -> 2.12.2

This commit is contained in:
R. Ryantm 2022-10-04 01:17:59 +00:00
parent 5f53dac66a
commit 4e4e9ec354

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.12.1";
version = "2.12.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JWwYnz12E56GrUSDoatB8pbS+S9C3ZSPsxDW25GfDhA=";
sha256 = "sha256-z/rOMqQ+UkJl8zw55JP54+s+Qk+gHxmuBDjZaz3Qacs=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];