python39Packages.google-cloud-language: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2022-01-23 05:17:39 +00:00
parent e5f7e0e551
commit e0801ba64b

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 ];