python312Packages.google-cloud-translate: 3.16.0 -> 3.18.0

Changelog: https://github.com/googleapis/python-translate/blob/v3.18.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-16 16:29:07 +01:00
parent 5da3849f3d
commit 8870b762fd

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "google-cloud-translate";
version = "3.16.0";
version = "3.18.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_translate";
inherit version;
hash = "sha256-B5fZVMT26gcyKelQASugg6TMl1K0MdwGJOJZTih0ae8=";
hash = "sha256-v7/54cMaDbbO12h+s0Jg5FGgMJh83QP3fb/LyYjt82E=";
};
build-system = [ setuptools ];