python3Packages.google-auth-oauthlib: 0.4.4 -> 0.4.5

This commit is contained in:
Fabian Affolter
2021-08-15 13:33:36 +02:00
committed by Sandro Jäckel
parent 13b620376c
commit 5f2d1bf8d9
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.4.4";
version = "0.4.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CYMsbnUDL5OBjt8a/+R0YSHWQMYlpb75tclq9nbpju4=";
sha256 = "sha256-SrWObD3GzPES+SH8ztQOVCb7omZ2iYbqUCIoSIJ26ro=";
};
propagatedBuildInputs = [