summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-texttospeech
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 20:31:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-11-14 20:31:39 +0000
commit4c7c3f85fbcd9b39052aa46d5df625f58d6816ec (patch)
tree96841b515a12989e5d820b737317a88d1e465576 /pkgs/development/python-modules/google-cloud-texttospeech
parent53a68253d78220758f7741ce9d379d85ddc8ea77 (diff)
downloadnixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar.gz
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar.bz2
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar.lz
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar.xz
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.tar.zst
nixpkgs-4c7c3f85fbcd9b39052aa46d5df625f58d6816ec.zip
python38Packages.google-cloud-texttospeech: 2.7.0 -> 2.7.1
Diffstat (limited to 'pkgs/development/python-modules/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 7245a03f3bf..5e0de87f44b 100644
--- a/pkgs/development/python-modules/google-cloud-texttospeech/default.nix
+++ b/pkgs/development/python-modules/google-cloud-texttospeech/default.nix
@@ -11,11 +11,11 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-texttospeech";
-  version = "2.7.0";
+  version = "2.7.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "50c49005c7a807950eed730faa386fcef1dc6f5c4c351c6d6470fd211f23f973";
+    sha256 = "e81beafa612f288fe74db55dd3a409f96cb01d2bac117bcd06a4e5b427d81476";
   };
 
   propagatedBuildInputs = [ libcst google-api-core proto-plus ];