radicale: 3.1.5 -> 3.1.6

This commit is contained in:
Kerstin Humm 2022-04-19 00:07:42 +02:00 committed by Robert Schütz
parent 0738f42984
commit e6acd435ca

View File

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "radicale"; pname = "radicale";
version = "3.1.5"; version = "3.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kozea"; owner = "Kozea";
repo = "Radicale"; repo = "Radicale";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-PGPUV0oOWmzc7Lih6D0sCwIuUB8FOyOrYUEIvMpr4HE="; hash = "sha256-qu3s/rx5649l7oeiumPtQ9zS9jorMwWMPfO7YdOeGfQ=";
}; };
postPatch = '' postPatch = ''
@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
passlib passlib
vobject vobject
python-dateutil python-dateutil
setuptools
]; ];
checkInputs = with python3.pkgs; [ checkInputs = with python3.pkgs; [