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

python37Packages.google_cloud_speech: 0.36.3 -> 1.0.0
This commit is contained in:
Mario Rodas 2019-05-11 10:01:10 -05:00 committed by GitHub
commit 725a100c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "0.36.3";
version = "1.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "3d77da6086c01375908c8b800808ff83748a34b98313f885bd86df95448304fc";
sha256 = "1d0ysapqrcwcyiil7nyh8vbj4i6hk9v23rrm4rdhgm0lwax7i0aj";
};
propagatedBuildInputs = [ google_api_core ];