From 94215bda30f988b0bd96d2cd8631cf4eb0290a64 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Dec 2024 10:12:23 +0100 Subject: [PATCH] python312Packages.google-cloud-texttospeech: 2.21.1 -> 2.22.0 Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-texttospeech-v2.22.0/packages/google-cloud-texttospeech/CHANGELOG.md --- .../python-modules/google-cloud-texttospeech/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-texttospeech/default.nix b/pkgs/development/python-modules/google-cloud-texttospeech/default.nix index 15f416ad28cb..0392ecc409c1 100644 --- a/pkgs/development/python-modules/google-cloud-texttospeech/default.nix +++ b/pkgs/development/python-modules/google-cloud-texttospeech/default.nix @@ -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 ];