Merge pull request #49062 from r-ryantm/auto-update/python3.6-google-api-core

python36Packages.google_api_core: 1.3.0 -> 1.5.0
This commit is contained in:
Silvan Mosberger 2018-10-26 23:06:27 +02:00 committed by GitHub
commit ef121cd54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [