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:
commit
5015a3a8f8
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user