python312Packages.google-cloud-texttospeech: 2.25.1 -> 2.26.0 (#400735)

This commit is contained in:
Nick Cao
2025-04-22 16:18:30 -04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.25.1";
version = "2.26.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_texttospeech";
inherit version;
hash = "sha256-N918PwI/WpfbcpiXGNllMOBfricOXR3kHRBLMWp3Cvw=";
hash = "sha256-Q68biKa5vs3mmju/iqgM36XxL4mZ5WvPnew3Q1Ttf2o=";
};
build-system = [ setuptools ];