radicale: 3.1.6 -> 3.1.7

This commit is contained in:
Kerstin Humm 2022-04-21 01:55:40 +02:00 committed by Robert Schütz
parent ba0b39e02c
commit b4a6c73c01

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "radicale";
version = "3.1.6";
version = "3.1.7";
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
rev = "v${version}";
hash = "sha256-qu3s/rx5649l7oeiumPtQ9zS9jorMwWMPfO7YdOeGfQ=";
hash = "sha256-D/JPq8p+iLmm0XaoXvNonRHr9PIhQ11yTDqur3DiYdc=";
};
postPatch = ''