python310Packages.google-cloud-language: 2.8.1 -> 2.9.0

This commit is contained in:
R. Ryantm 2023-02-21 01:33:44 +00:00
parent 5be19d43a2
commit 88edc0c860

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.8.1";
version = "2.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-o4o9x7r7HpwzByUijDegzos35FILro0Esr2ugN2nyws=";
hash = "sha256-7rKNcG11cgvvwNEYiN9l8h8UR8u6DFfcI+S1QDi+t/c=";
};
propagatedBuildInputs = [