python3Packages.google-cloud-translate: 3.24.0 -> 3.25.0 (#505259)

This commit is contained in:
Nick Cao
2026-03-31 21:01:21 +00:00
committed by GitHub
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "google-cloud-translate";
version = "3.24.0";
version = "3.25.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_translate";
inherit version;
hash = "sha256-LzuLkPjNr2OkNdGOY7IcNlDeMfxPhYYj8tDWm+DNPpo=";
hash = "sha256-o0AeIOPRjuq2jhW4D69PmFxsohk0r/6kA4uWHNGTEN4=";
};
build-system = [ setuptools ];