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

python310Packages.google-cloud-language: 2.8.0 -> 2.8.1
This commit is contained in:
Sandro 2023-01-27 15:44:29 +01:00 committed by GitHub
commit 6173948c03
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.0";
version = "2.8.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-LEExcED6vlv2Lhto+KyLiz8uyDTa+rHLySUNDZpHGe4=";
hash = "sha256-o4o9x7r7HpwzByUijDegzos35FILro0Esr2ugN2nyws=";
};
propagatedBuildInputs = [