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

python36Packages.google_api_core: 1.5.0 -> 1.5.2
This commit is contained in:
Renaud 2018-11-19 00:48:48 +01:00 committed by GitHub
commit 98cf5f46e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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