python3Packages.google-cloud-texttospeech: 2.35.0 -> 2.36.0 (#508111)

This commit is contained in:
Nick Cao
2026-04-09 20:41:40 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-texttospeech";
version = "2.35.0";
version = "2.36.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_texttospeech";
inherit (finalAttrs) version;
hash = "sha256-tipe7KQQvKqwNlMorvuLoSBuQnYK5AjAQgobfa7ttbo=";
hash = "sha256-bGBa9+R3TBusmfyq9FOPFSsQu6dziiP0IYRVf0RNxrc=";
};
build-system = [ setuptools ];