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

radicale: 3.5.6 -> 3.5.7 (#446855)

parents 958efcec b946e4b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "radicale";
  version = "3.5.6";
  version = "3.5.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${version}";
    hash = "sha256-jMqy6vFT2DwF8NsANBm2Z+ApIBDUXqNaBbk+8zObQOI=";
    hash = "sha256-+vYLBd4psPxL2NkH8zriRpLUGK6cWrrkJyV230LePVE=";
  };

  build-system = with python3.pkgs; [