python312Packages.authlib: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-05-05 13:09:13 +03:00
committed by Florian Klink
parent eacd5b9415
commit d66bbf3b89
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.5.1";
version = "1.5.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-VMihaWqR4FbnTJ50fVf5e5B9GfVwRguq5UAC+D4bpxs=";
hash = "sha256-ra1RKprUAqhax0z1osl0lFgFENQZuSW/5FxSmsCdKNY=";
};
build-system = [ setuptools ];