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

This commit is contained in:
R. RyanTM 2021-09-22 04:22:55 +00:00
parent eb71bcd041
commit 32b32117b0

View File

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