Unverified Commit 4de5091c authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

canaille: 0.2.1 -> 0.2.2 (#502585)

parents 3048b8ea 50de50b1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];