python3Packages.google-cloud-language: 2.1.0 -> 2.2.2

This commit is contained in:
Fabian Affolter 2021-08-09 23:38:41 +02:00 committed by Sandro Jäckel
parent eb7de7a5ab
commit cb9945f408
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.1.0";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "63ca2d772e16e4440858848e8c3298859b931b1652f663683fb5d7413b7c9a1b";
sha256 = "sha256-X8lh+90HyyktxgJiRaiJF9ExKHmgiVcQiYDotg3AqaQ=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];