python312Packages.google-cloud-texttospeech: 2.21.1 -> 2.22.0 (#365837)

This commit is contained in:
Fabian Affolter
2024-12-18 09:57:37 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.21.1";
version = "2.22.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_texttospeech";
inherit version;
hash = "sha256-nfDiywBfleDpHZ8Av2GhIuS0xyyNiG8PJ7a3/ZEVx+w=";
hash = "sha256-y/1VPUDahxxY/2w/gQl8rZ+fDlDm5EcQ0kcthJmpKNI=";
};
build-system = [ setuptools ];