python3Packages.google-auth-oauthlib: 1.2.2 -> 1.2.3 (#457321)

This commit is contained in:
dotlambda
2025-10-31 22:11:00 +00:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-auth-oauthlib";
version = "1.2.2";
version = "1.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-auth-library-python-oauthlib";
rev = "v${version}";
sha256 = "sha256-nkXS1vNsq7k30EmNHclRblsmGTMYuIAaHuaVDORqRmc=";
tag = "v${version}";
hash = "sha256-1BBtEZfCVTLnbIJQV2o0uXNuAic/ArmgHoAIIJVKRrg=";
};
build-system = [ setuptools ];