radicale: 3.1.4 -> 3.1.5

https://github.com/Kozea/Radicale/blob/v3.1.5/CHANGELOG.md
This commit is contained in:
Robert Schütz 2022-02-09 22:06:22 +00:00 committed by Kerstin
parent 4be8716be9
commit aa0ff15bf5

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "radicale"; pname = "radicale";
version = "3.1.4"; version = "3.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Kozea"; owner = "Kozea";
repo = "Radicale"; repo = "Radicale";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vX6lYiDqpQeWVLotyt2ODwcjskWB6EuCky3/V8m1m7Q="; hash = "sha256-PGPUV0oOWmzc7Lih6D0sCwIuUB8FOyOrYUEIvMpr4HE=";
}; };
postPatch = '' postPatch = ''