python3Packages.authlib: 1.6.7 -> 1.6.9 (#498003)

This commit is contained in:
Florian Klink
2026-03-10 16:58:34 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "authlib";
version = "1.6.7";
version = "1.6.9";
pyproject = true;
src = fetchFromGitHub {
owner = "lepture";
repo = "authlib";
tag = "v${version}";
hash = "sha256-Socbm6jZW5sywU7TRiSELnkWSDZ/94g3+XLRTO1ln48=";
hash = "sha256-9H9DF3LmxzUv0M0fxYh6FLtdAA9FgRklceMlGdjlp+g=";
};
build-system = [ setuptools ];