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

python37Packages.google-cloud-speech: 2.0.1 -> 2.1.0
This commit is contained in:
Sandro 2021-03-03 01:44:42 +01:00 committed by GitHub
commit 10dee7729e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.0.1";
version = "2.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "0ch85h5xrb15fcml5v0f30s0niw02k4v8gi7i8a40161yj882hm7";
sha256 = "4a77a79e990004af96e789565b174f9b971f00afa23142f6673722dae0910b0c";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];