python311Packages.google-cloud-language: 2.15.1 -> 2.16.0 (#365855)

This commit is contained in:
Fabian Affolter
2024-12-18 09:50:53 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.15.1";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_language";
inherit version;
hash = "sha256-HGHHFbAkxbOWmF7N7qr6CLhldiag3WjQKGq/WD2Ox5Q=";
hash = "sha256-Zdf8a0V47VJuwql9TXEEFyrbaiDYucs2D8kcY6X8hB4=";
};
build-system = [ setuptools ];