python38Packages.google-cloud-speech: 2.9.0 -> 2.9.1

This commit is contained in:
R. RyanTM 2021-09-28 05:13:19 +00:00
parent 54e1db2152
commit 89e2f6a5c3

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.9.0";
version = "2.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "2368beb60e5cdeb6db527509cdcc8fc1156eddfc0c73da8f62d60658a551eee1";
sha256 = "321a11863124d2fba73c519594d5a8803650f1f4323b08b9de3d096e536e98c1";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];