summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-13 10:52:18 +0100
committerGitHub <noreply@github.com>2023-01-13 10:52:18 +0100
commit8373c2f50b32dd86b2a28e4b204527eec8f2b7a4 (patch)
tree057682939184ec4b8999c800e3804e7143f27f7e
parentb99ad9cd8205eb2c3cc496dd6db0cde882890551 (diff)
parent15e1f407885dc3757d3ec42ef2d7cba36c750db3 (diff)
Merge pull request #210496 from r-ryantm/auto-update/python310Packages.google-cloud-texttospeech
-rw-r--r--pkgs/development/python-modules/google-cloud-texttospeech/default.nix4
1 files 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 dc808df9df7f..6d674aeee846 100644
--- a/pkgs/development/python-modules/google-cloud-texttospeech/default.nix
+++ b/pkgs/development/python-modules/google-cloud-texttospeech/default.nix
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
- version = "2.13.0";
+ version = "2.14.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
- hash = "sha256-jpDwERTLRmS1mO2O2OboZa6AAUh3k/Dyg77TCVTqLok=";
+ hash = "sha256-q4OD37ryZqg40L89BNZdLCNeC1QPwVhUaT4S5tO88Jk=";
};
propagatedBuildInputs = [