python38Packages.google-cloud-language: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2021-11-14 19:20:03 +00:00
parent 53a68253d7
commit 0f6838b421

View file

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