···1919 starlette,2020}:21212222-buildPythonPackage rec {2222+buildPythonPackage (finalAttrs: {2323 pname = "swh-auth";2424 version = "0.10.0";2525 pyproject = true;···2929 group = "swh";3030 owner = "devel";3131 repo = "swh-auth";3232- tag = "v${version}";3232+ tag = "v${finalAttrs.version}";3333 hash = "sha256-8ctd5D7zT66oVNZlvRIs8pN7Fe2BhTgC+S9p1HBDO9E=";3434 };3535···6565 description = "Set of utility libraries related to user authentication in applications and services based on the use of Keycloak and OpenID Connect";6666 homepage = "https://gitlab.softwareheritage.org/swh/devel/swh-auth";6767 license = lib.licenses.gpl3Only;6868- maintainers = [ ];6868+ maintainers = with lib.maintainers; [ drupol ];6969 };7070-}7070+})