about summary refs log tree commit diff
path: root/pkgs/servers/radicale
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-04-21 01:55:40 +0200
committerRobert Schütz <github@dotlambda.de>2022-04-21 01:36:52 +0000
commitb4a6c73c01106f7372a8c9f56cbcb9a152d7d3a1 (patch)
treec0f8595d627c171869739d19cb8b5275506182b3 /pkgs/servers/radicale
parentba0b39e02cd6113821bf487c6c739b06eebb8948 (diff)
radicale: 3.1.6 -> 3.1.7
Diffstat (limited to 'pkgs/servers/radicale')
-rw-r--r--pkgs/servers/radicale/3.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/radicale/3.x.nix b/pkgs/servers/radicale/3.x.nix
index 90bb5b55d921d..9867922d85238 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.6";
+  version = "3.1.7";
 
   src = fetchFromGitHub {
     owner = "Kozea";
     repo = "Radicale";
     rev = "v${version}";
-    hash = "sha256-qu3s/rx5649l7oeiumPtQ9zS9jorMwWMPfO7YdOeGfQ=";
+    hash = "sha256-D/JPq8p+iLmm0XaoXvNonRHr9PIhQ11yTDqur3DiYdc=";
   };
 
   postPatch = ''