python36Packages.google_api_core: 1.3.0 -> 1.5.0

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-api-core/versions
This commit is contained in:
R. RyanTM 2018-10-24 10:55:19 -07:00
parent 86c7662be0
commit 0013bc3056

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-api-core";
version = "1.3.0";
version = "1.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "ac85fc7f6687bb0271f2f70ca298da90f35789f9de1fe3a11e8caeb571332b77";
sha256 = "16ximavy7zgg0427790fmyma03xnkywar9krp4lx6bcphvyiahh3";
};
propagatedBuildInputs = [