python36Packages.google_cloud_speech: 0.35.0 -> 0.36.0 (#49992)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-google-cloud-speech/versions
This commit is contained in:
R. RyanTM 2018-11-10 06:44:09 -08:00 committed by Timo Kaufmann
parent fbe08fe1dc
commit 1b6c6b11b0

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "0.35.0";
version = "0.36.0";
src = fetchPypi {
inherit pname version;
sha256 = "5db2d69315b3d95d067c9bffe17994b6ee9252702888cc300d76252b451638e1";
sha256 = "1jjicvf5r20ibhkkay0p6av8jifvp2wkdd8bs9vmhm4rwvcnlxbf";
};
propagatedBuildInputs = [ google_api_core ];