python3Packages.joserfc: 1.6.1 -> 1.6.9

Changelog : https://github.com/authlib/joserfc/compare/1.6.1...1.6.9
(cherry picked from commit 75f331ec36)
This commit is contained in:
glevy 2026-05-08 09:29:06 +00:00 committed by github-actions[bot]
commit d90cfcccce

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "joserfc";
version = "1.6.1";
version = "1.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "authlib";
repo = "joserfc";
tag = version;
hash = "sha256-druh7ybcQBjTxUFMVLUwknw/aa/fyrUdS4ftS/ftYeA=";
hash = "sha256-Ge1r34GVmpJ9h5GtRkPd0mkV7HuLf7D31ikuPAnpkuY=";
};
build-system = [ setuptools ];