Commit bd1e3556 authored by Robert Schütz's avatar Robert Schütz Committed by Kerstin
Browse files
parent e50dd97a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "radicale";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${version}";
    hash = "sha256-OWOCwioW0TPVk6vIkfVuAaYJdIWJ6Do4NcYWR/b3sQs=";
    hash = "sha256-CM4ljD2fXwQIiJW135G9cIEO0YNmhbS0Cwiv0EU+Bsk=";
  };

  build-system = with python3.pkgs; [
@@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
      passlib
      vobject
      pika
      python-dateutil
      requests
      pytz # https://github.com/Kozea/Radicale/issues/816
      ldap3
    ]