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>2022-03-01 00:49:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-01 00:49:33 +0000
commitab03df769c2aed7b5d7b543cc237dec4a3b35f4c (patch)
tree3e3ee87985e7fe30522c09ac51238ea851de7855 /pkgs/development/python-modules/google-cloud-speech
parentf49aa165fb86e9d524449bfda9fdf829619bdf2b (diff)
downloadnixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar.gz
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar.bz2
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar.lz
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar.xz
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.tar.zst
nixpkgs-ab03df769c2aed7b5d7b543cc237dec4a3b35f4c.zip
python310Packages.google-cloud-speech: 2.12.0 -> 2.13.0
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 5f2737912e2..0382674b0a5 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.12.0";
+  version = "2.13.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "acbf9948ce3870c72b45089356985de9df3cd881830d1127a10cb80ada9786c7";
+    sha256 = "sha256-NO2oxVszbm2KYiN2NCn3edIyBx+E++sttJTgZd/yXzQ=";
   };
 
   propagatedBuildInputs = [ libcst google-api-core proto-plus ];