python38Packages.google-auth-oauthlib: 0.4.5 -> 0.4.6

This commit is contained in:
Sandro Jäckel 2021-10-12 11:43:39 +02:00
parent 1dccf6d440
commit 718042a1f4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.4.5";
version = "0.4.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-SrWObD3GzPES+SH8ztQOVCb7omZ2iYbqUCIoSIJ26ro=";
sha256 = "sha256-qQoHL2mT8sMnBnv2UnAEY4TNpajssguU6ppofx8jOno=";
};
propagatedBuildInputs = [