Skip to content

Commit 2bbbd59

Browse files
committedNov 10, 2017
radicale: 2.1.6 -> 2.1.8
1 parent e1b172d commit 2bbbd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/radicale/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{ stdenv, fetchFromGitHub, python3Packages }:
22

33
let
4-
version = "2.1.6";
5-
sha256 = "1x76nvxjhjpagniyh075hqia4sl06972alnhi7628cjrq3pr4v9i";
4+
version = "2.1.8";
5+
sha256 = "0fnsk61s328dg16iv0chqxayni8ahkbcb84z012w0d9417i806lc";
66
in
77

88
python3Packages.buildPythonApplication {

0 commit comments

Comments
 (0)
Please sign in to comment.