python3Packages.joserfc: 1.1.0 -> 1.2.2

https://github.com/authlib/joserfc/blob/1.2.2/docs/changelog.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:00:10 +02:00
parent 3c5a335a26
commit 4b557cdf3f
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "joserfc";
version = "1.1.0";
version = "1.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "authlib";
repo = "joserfc";
tag = version;
hash = "sha256-95xtUzzIxxvDtpHX/5uCHnTQTB8Fc08DZGUOR/SdKLs=";
hash = "sha256-GS1UvhOdeuyGaF/jS0zgdYkRxz6M8w4lFXcbtIPqQcY=";
};
build-system = [ setuptools ];