canaille: 0.2.1 -> 0.2.2 (#502585)

This commit is contained in:
Kerstin
2026-03-23 13:38:47 +00:00
committed by GitHub
+3 -3
View File
@@ -12,14 +12,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "canaille";
version = "0.2.1";
version = "0.2.2";
pyproject = true;
src = fetchFromGitLab {
owner = "yaal";
repo = "canaille";
tag = version;
hash = "sha256-6Ksvl03HgpVQRhHtKWQwTrPBkaXcVWoejGaMFBAykHM=";
hash = "sha256-hJt2BU8Z0XF94skgK5x1TJUZ9bwEt+VJvaeLLyykpsE=";
};
build-system = with python.pkgs; [
@@ -146,7 +146,7 @@ python.pkgs.buildPythonApplication rec {
meta = {
description = "Lightweight Identity and Authorization Management";
homepage = "https://canaille.readthedocs.io/en/latest/index.html";
changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.rev}/CHANGES.rst";
changelog = "https://gitlab.com/yaal/canaille/-/blob/${src.tag}/CHANGES.rst";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ erictapen ];