python312Packages.authlib: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-03-11 16:12:28 +00:00
parent 68a5a25381
commit 66a9111834
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.4.1";
version = "1.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-1Iygc35+Vc1zyn8rjubnSLmpvjckY4TRKOtf2bkrkdI=";
hash = "sha256-RrsQTrOV2v3SzdM7kqdFe1Uj7A+o/Yseq1j7CCG8qtg=";
};
build-system = [ setuptools ];
@@ -69,7 +69,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for building OAuth and OpenID Connect servers";
homepage = "https://github.com/lepture/authlib";
changelog = "https://github.com/lepture/authlib/blob/v${version}/docs/changelog.rst";
changelog = "https://github.com/lepture/authlib/blob/${src.tag}/docs/changelog.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ flokli ];
};