Merge pull request #156266 from r-ryantm/auto-update/python3.9-google-cloud-language

python39Packages.google-cloud-language: 2.3.1 -> 2.3.2
This commit is contained in:
Fabian Affolter 2022-01-23 09:46:41 +01:00 committed by GitHub
commit 98f996b35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.3.1";
version = "2.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "e0d71b72e2639af0424308a71f871c3fbf7ea86bdcbac1d91910fe2e1b419944";
sha256 = "90af7858911f52350191575bb729305114c3c80d1f585d0f6cea39ab1ab3e409";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];