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

python310Packages.google-cloud-language: 2.11.0 -> 2.11.1
This commit is contained in:
Nick Cao 2023-09-26 16:10:37 -04:00 committed by GitHub
commit 1a7538b195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Google Cloud Natural Language API client library";
homepage = "https://github.com/googleapis/python-language";
changelog = "https://github.com/googleapis/python-language/blob/v${version}/CHANGELOG.md";
homepage = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-language";
changelog = "https://github.com/googleapis/google-cloud-python/blob/google-cloud-language-v${version}/packages/google-cloud-language/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};