python310Packages.google-cloud-translate: 3.6.1 -> 3.7.0

This commit is contained in:
R. Ryantm 2022-02-25 14:31:00 +00:00
parent 9c70e73116
commit 1e5d3fe52f

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "google-cloud-translate";
version = "3.6.1";
version = "3.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "38772cc60ef4315d25a7dbeef5ddab9e75674722cb4500bc69b295e5d0af6a97";
sha256 = "sha256-dJ+i8D2p5yz3jh1BwedE4/EZfsH2B3AHokuyedWK6Jc=";
};
propagatedBuildInputs = [