python39Packages.google-auth-oauthlib: 0.4.6 -> 0.5.1

This commit is contained in:
Sandro Jäckel 2022-03-27 20:55:44 +02:00
parent 32af6c6281
commit 83712ae183
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-auth-oauthlib"; pname = "google-auth-oauthlib";
version = "0.4.6"; version = "0.5.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-qQoHL2mT8sMnBnv2UnAEY4TNpajssguU6ppofx8jOno="; sha256 = "sha256-MFlrgk/GgI/ayi8EjkmYzED7SzWZ6upm0o3HCFs2xbg=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [