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

Merge pull request #316952 from dotlambda/radicale

radicale: 3.2.0 -> 3.2.1
parents 7d71b24b c234b47c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "radicale";
  version = "3.2.0";
  version = "3.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Kozea";
    repo = "Radicale";
    rev = "v${version}";
    hash = "sha256-RxC8VOfdTXJZiAroDHTKjJqGWu65Z5uyb4WK1LOqubQ=";
    hash = "sha256-OUwznn71xl8oWkw90fT1NYYZOuD83k+B5zLhygp1VQQ=";
  };

  postPatch = ''