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:
parent
a381d42221
commit
d29c13b4de
@ -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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user