python37Packages.google-auth-oauthlib: 0.2.0 -> 0.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-google-auth-oauthlib/versions
This commit is contained in:
R. RyanTM 2019-05-01 22:16:27 -07:00 committed by Mario Rodas
parent a381d42221
commit d29c13b4de
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.2.0";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "226d1d0960f86ba5d9efd426a70b291eaba96f47d071657e0254ea969025728a";
sha256 = "03rq2rjac0zh16vsw0q914sp62l9f8fp033wn3191pqd2cchqix0";
};
checkInputs = [
@ -28,6 +28,7 @@ buildPythonPackage rec {
];
checkPhase = ''
rm -fr tests/__pycache__/
py.test
'';