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

This commit is contained in:
Sandro 2022-03-01 17:50:54 +01:00 committed by GitHub
commit 8588f3b24b
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.2";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "90af7858911f52350191575bb729305114c3c80d1f585d0f6cea39ab1ab3e409";
sha256 = "sha256-ZqnwvpXfWGEc+yiImNGRGUXVJGiNzGFeMSmjn7MzuQE=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];