summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-01-19 22:08:36 +0000
committerRobert Schütz <github@dotlambda.de>2022-01-31 23:02:53 +0000
commit1d5af2a799b1bc2ee3a23a0583a569cb3ae18c8f (patch)
tree61ca98566c9cfa27feb13387bc20136cc14a1b46
parent8d47bd9ddd5ec2ce8efbf6d8e8bed99818239e8a (diff)
radicale: 3.1.0 -> 3.1.3
https://github.com/Kozea/Radicale/blob/v3.1.3/CHANGELOG.md
-rw-r--r--pkgs/servers/radicale/3.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/radicale/3.x.nix b/pkgs/servers/radicale/3.x.nix
index 9922b98a827b..443e54433f1c 100644
--- a/pkgs/servers/radicale/3.x.nix
+++ b/pkgs/servers/radicale/3.x.nix
@@ -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 ];
};
}