python3Packages.google-cloud-translate: 3.0.2 -> 3.1.0

This commit is contained in:
Sandro Jäckel 2021-04-05 05:00:17 +02:00
parent ea7aa57e99
commit 29f77ccc84

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-translate"; pname = "google-cloud-translate";
version = "3.0.2"; version = "3.1.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1s2gvlzfqd2gsrzaz7yl9q8s1k03dlsjahgg95s017vlcn21d0v1"; sha256 = "sha256-zVRD2lWRaKtSlZn84Rqpj+a1OT7Wcak524TKsBctueE=";
}; };
propagatedBuildInputs = [ google-api-core google-cloud-core libcst proto-plus ]; propagatedBuildInputs = [ google-api-core google-cloud-core libcst proto-plus ];