python3Packages.joserfc: 1.6.1 -> 1.6.9 (#517993)

This commit is contained in:
dotlambda 2026-06-21 02:04:48 +00:00 committed by GitHub
commit e6d972ec29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];