python312Packages.google-cloud-language: 2.16.0 -> 2.17.0 (#381591)

This commit is contained in:
Fabian Affolter
2025-02-13 16:09:41 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "google-cloud-language";
version = "2.16.0";
version = "2.17.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_language";
inherit version;
hash = "sha256-Zdf8a0V47VJuwql9TXEEFyrbaiDYucs2D8kcY6X8hB4=";
hash = "sha256-jOIWh7py71jOWHB67egWQlj53rR3kfJJzCqdT4yQdhs=";
};
build-system = [ setuptools ];