Unverified Commit 7da10ecc authored by Kerstin Humm's avatar Kerstin Humm
Browse files

canaille: 0.2.4 -> 0.2.7

parent 98825dcb
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "canaille";
  version = "0.2.4";
  version = "0.2.7";
  pyproject = true;

  src = fetchFromGitLab {
    owner = "yaal";
    repo = "canaille";
    tag = version;
    hash = "sha256-iCiQvB+wYpm/Cns63kjo2wVGnSbcQHWo3UJvi0xJf50=";
    hash = "sha256-hreEjMrD6mRapgrSDPRWcmqfLxfsOpK7dC8lHJkAY7Y=";
  };

  build-system = with python.pkgs; [
@@ -107,7 +107,10 @@ python.pkgs.buildPythonApplication rec {
      scim2-client
      scim2-models
    ];
    ldap = [ python-ldap ];
    ldap = [
      ldappool
      python-ldap
    ];
    sentry = [ sentry-sdk ];
    postgresql = [
      flask-alembic