summary refs log tree commit diff
path: root/pkgs/development/python-modules/google-cloud-speech
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-10-06 06:48:48 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-10-06 06:48:48 +0000
commitbeafc415378f72565daf76369388d99ab2fb6d01 (patch)
tree404943172cc0deaaacc18ea7c70ac0954617d734 /pkgs/development/python-modules/google-cloud-speech
parent7882b7fa236d3f96836966a6bd2a4c3c3333f1a5 (diff)
downloadnixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar.gz
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar.bz2
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar.lz
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar.xz
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.tar.zst
nixpkgs-beafc415378f72565daf76369388d99ab2fb6d01.zip
python38Packages.google-cloud-speech: 2.9.1 -> 2.9.3
Diffstat (limited to 'pkgs/development/python-modules/google-cloud-speech')
-rw-r--r--pkgs/development/python-modules/google-cloud-speech/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-speech/default.nix b/pkgs/development/python-modules/google-cloud-speech/default.nix
index 9eb3fcf2423..90ec3078d24 100644
--- a/pkgs/development/python-modules/google-cloud-speech/default.nix
+++ b/pkgs/development/python-modules/google-cloud-speech/default.nix
@@ -11,11 +11,11 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-speech";
-  version = "2.9.1";
+  version = "2.9.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "321a11863124d2fba73c519594d5a8803650f1f4323b08b9de3d096e536e98c1";
+    sha256 = "52b8a056f26e9ed082576b7b173c9a86f286a12c2883ec7cf5a0e8be68020bac";
   };
 
   propagatedBuildInputs = [ libcst google-api-core proto-plus ];