radicale: 3.1.0 -> 3.1.3

https://github.com/Kozea/Radicale/blob/v3.1.3/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-01-19 22:08:36 +00:00 committed by Robert Schütz
parent 8d47bd9ddd
commit 1d5af2a799

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.1.0";
version = "3.1.3";
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = "v${version}";
hash = "sha256-LtPv+3FQMGC2YP2+1cSPZVUIzrUhteJTl58+JdvGcQg=";
hash = "sha256-a1oapCktJPvNO+MTsB9COtxSFB/ZIZvJiuqX+s+lncY=";
};
postPatch = ''
@ -36,6 +36,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://radicale.org/v3.html";
description = "CalDAV and CardDAV server";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ dotlambda ];
maintainers = with maintainers; [ dotlambda erictapen ];
};
}