Merge pull request #217404 from r-ryantm/auto-update/python310Packages.google-cloud-language

python310Packages.google-cloud-language: 2.8.1 -> 2.9.0
This commit is contained in:
Fabian Affolter 2023-02-21 08:08:37 +01:00 committed by GitHub
commit c0bb8d41bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [