python3Packages.google-cloud-texttospeech: 2.4.0 -> 2.5.2

This commit is contained in:
Fabian Affolter
2021-08-09 23:39:15 +02:00
committed by Sandro Jäckel
parent 16c0db3213
commit 4122aeb574

View File

@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.4.0";
version = "2.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "c50cc21b5df88b696680d8aac3ab6c86820c0e4d071d6a5dcd9b634a456cf59f";
sha256 = "sha256-LcX7qSGMBMU72ZTNBLKaDd+M/2En+mc7/IZsZg2dF9I=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];