python37Packages.google-auth-oauthlib: 0.3.0 -> 0.4.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-07-16 02:46:48 -07:00 committed by Frederik Rietdijk
parent 4dad0ae560
commit 26bff5f767

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.3.0";
version = "0.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "03rq2rjac0zh16vsw0q914sp62l9f8fp033wn3191pqd2cchqix0";
sha256 = "1fl3w23c93hlgqf0l57cdy17wmvyhrv3bh133ksd2h490ir012va";
};
checkInputs = [