python: google-auth: 1.3.0 -> 1.4.1

This commit is contained in:
Frederik Rietdijk 2018-02-17 14:19:59 +01:00
parent f921dea691
commit 1ded41e9f0

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "google-auth";
version = "1.3.0";
version = "1.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "d119b5954393d81c4a986ab420cf2c8129fc95ff5c4c6bb8ab5c8f3e6446394f";
sha256 = "9051802d3dae256036cca9e34633a32c0ed1427730d4ebc513dff91ec8b6dd45";
};
checkInputs = [ pytest mock oauth2client flask requests urllib3 pytest-localserver ];