Merge pull request #138887 from r-ryantm/auto-update/python3.8-google-cloud-speech

This commit is contained in:
Sandro
2021-09-22 09:42:52 +02:00
committed by GitHub
@@ -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 ];