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

radicale: 3.5.7 -> 3.5.8 (#459217)

parents 697175c7 809179bd
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.7";
  version = "3.5.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${version}";
    hash = "sha256-+vYLBd4psPxL2NkH8zriRpLUGK6cWrrkJyV230LePVE=";
    hash = "sha256-kgtNk+MXanYB0RyNncfM3K/HJZlScat7RDuoclu5/i0=";
  };

  build-system = with python3.pkgs; [