python: google-auth: 1.4.1 -> 1.5.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:01 +02:00
parent 43b6196db6
commit eb59e09952

View File

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