python3Packages.google-cloud-texttospeech: 2.36.0 -> 2.37.0

This commit is contained in:
R. Ryantm
2026-06-25 06:57:57 +00:00
parent 19a053f28c
commit 85327ba542

View File

@@ -13,13 +13,13 @@
buildPythonPackage (finalAttrs: {
pname = "google-cloud-texttospeech";
version = "2.36.0";
version = "2.37.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_texttospeech";
inherit (finalAttrs) version;
hash = "sha256-bGBa9+R3TBusmfyq9FOPFSsQu6dziiP0IYRVf0RNxrc=";
hash = "sha256-23JjgvOTzrazYALDWr1itTxNjhf8LzHfiwf9D6u+T4s=";
};
build-system = [ setuptools ];