Revert "radicale: 3.2.0 -> 3.2.1"

This reverts commit c234b47cc7.
This commit is contained in:
Kerstin Humm 2024-06-04 14:22:38 +02:00
parent 3e1b36a740
commit f47a977a37
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.2.1";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = "v${version}";
hash = "sha256-OUwznn71xl8oWkw90fT1NYYZOuD83k+B5zLhygp1VQQ=";
hash = "sha256-RxC8VOfdTXJZiAroDHTKjJqGWu65Z5uyb4WK1LOqubQ=";
};
postPatch = ''