python3Packages.google-auth-oauthlib: 0.8.0 -> 1.0.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:20 +01:00
parent e90639feaa
commit 5d71d483b6

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "0.8.0";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gQVqMQ+xxKPlp+GkQ+Hrllk8a7xVsmwCYeTTKV0+ZZM=";
sha256 = "sha256-43UGSWSCC0ciGn4bfuH9dwUbYyPD+ePhl4X3irZ+z8U=";
};
propagatedBuildInputs = [