python: google-auth: 1.2.1 -> 1.3.0
This commit is contained in:
parent
7333ffb7df
commit
21b31a439d
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-auth";
|
pname = "google-auth";
|
||||||
version = "1.2.1";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "041qpwlvpawggasvbfpkx39mkg4dgvivj831x7kinidayrf46w3i";
|
sha256 = "d119b5954393d81c4a986ab420cf2c8129fc95ff5c4c6bb8ab5c8f3e6446394f";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest mock oauth2client flask requests urllib3 pytest-localserver ];
|
checkInputs = [ pytest mock oauth2client flask requests urllib3 pytest-localserver ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user