Merge pull request #166027 from NixOS/revert-165984-python310Packages.google-auth-oauthlib

Revert "python39Packages.google-auth-oauthlib: 0.4.6 -> 0.5.1"
This commit is contained in:
Samuel Ainsworth 2022-03-27 18:57:53 -07:00 committed by GitHub
commit 5015a3a8f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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