From beffeedccf5210e37b3be89e4f551e4905ebf14b Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Jul 2015 21:11:53 +0200 Subject: [PATCH] radicale: update from 0.9 to 0.10 add myself to maintainers --- pkgs/top-level/python-packages.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index a82fe40bf14..04321c9cca9 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4167,11 +4167,11 @@ let radicale = buildPythonPackage rec { name = "radicale-${version}"; namePrefix = ""; - version = "0.9"; + version = "0.10"; src = pkgs.fetchurl { url = "http://pypi.python.org/packages/source/R/Radicale/Radicale-${version}.tar.gz"; - sha256 = "77bf813fd26f0d359c1a7b7bcce9b842b4503c5516989a4a0a4f648e299e41f7"; + sha256 = "0r1x23h9raadpdmxnanvhajvkk0ix377mv94jlazr18nfpsj4r8c"; }; propagatedBuildInputs = with self; [ @@ -4183,7 +4183,7 @@ let doCheck = false; meta = { - homepage = "http://www.radicale.org/"; + homepage = http://www.radicale.org/; description = "CalDAV CardDAV server"; longDescription = '' The Radicale Project is a complete CalDAV (calendar) and CardDAV @@ -4193,7 +4193,7 @@ let on mobile phones or computers. ''; license = licenses.gpl3Plus; - maintainers = with maintainers; [ edwtjo ]; + maintainers = with maintainers; [ edwtjo pSub ]; }; };