python: google-auth: 1.6.2 -> 1.6.3

This commit is contained in:
Frederik Rietdijk 2019-02-23 15:36:01 +01:00
parent ea6e883752
commit 2177ac101f

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-auth";
version = "1.6.2";
version = "1.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "e8d64e9bc8cb6f0fc5360c693f86dc9ee6964081ee702e3b5ddc937f99efc950";
sha256 = "0f7c6a64927d34c1a474da92cfc59e552a5d3b940d3266606c6a28b72888b9e4";
};
checkInputs = [ pytest mock oauth2client flask requests urllib3 pytest-localserver ];