Merge pull request #146001 from r-ryantm/auto-update/python38Packages.google-cloud-language

This commit is contained in:
Sandro
2021-11-14 21:48:32 +01:00
committed by GitHub
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.3.0";
version = "2.3.1";
src = fetchPypi {
inherit pname version;
sha256 = "feb7e04fc1e70ca6faf1b0b517ff1be644125283c54b24dd698f985afde6a2bf";
sha256 = "e0d71b72e2639af0424308a71f871c3fbf7ea86bdcbac1d91910fe2e1b419944";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];