python: google-auth: 1.5.1 -> 1.6.2

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:16 +01:00
parent caa67167fe
commit bafd6928f3

View File

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