python313Packages.authlib: 1.3.2 -> 1.4.0

https://github.com/lepture/authlib/blob/v1.4.0/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2025-01-05 02:20:29 +01:00
parent d4d5fc06dc
commit 1c715c8bcf
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.3.2";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-gaFnai5QzHhnyn73JB+QzybaolLWC9barBFdnlEMyMU=";
hash = "sha256-GUB/ioyeFfuuKZqsqJkDq0e6ETa1jqyr+GJHPddLRkA=";
};
build-system = [ setuptools ];