Merge pull request #262949 from fabaff/google-cloud-speech-bump

python311Packages.google-cloud-speech: 2.21.0 -> 2.21.1

authored by Fabian Affolter and committed by GitHub 9dc9be25 a9074f46

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-speech/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-speech"; 16 - version = "2.21.0"; 16 + version = "2.21.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-Zhw5u7bysha6VqzjsIcmDpd43Rmt6e+jcAre6SWACa0="; 23 + hash = "sha256-STU3XqrxhlblPiYxdwudV56Ay07Bs9Rt0jNG94mqAWo="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [