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

radicale: 3.5.9 -> 3.5.10 (#472169)

parents 410a9fae 590958cf
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.9";
  version = "3.5.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    tag = "v${version}";
    hash = "sha256-7LH0Y36JI3S3HpxX+fhKf58rOoewbCR3bwO38yN2dg4=";
    hash = "sha256-tLBWPWkSGI7vQIGo9FIwCEgHWPlrs1q70CsAWQn9sEs=";
  };

  build-system = with python3.pkgs; [