We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2412cec commit 5a0b2d7Copy full SHA for 5a0b2d7
pkgs/servers/radicale/default.nix
@@ -2,11 +2,11 @@
2
3
pythonPackages.buildPythonApplication rec {
4
name = "radicale-${version}";
5
- version = "1.1.1";
+ version = "1.1.2";
6
7
src = fetchurl {
8
url = "mirror://pypi/R/Radicale/Radicale-${version}.tar.gz";
9
- sha256 = "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2";
+ sha256 = "1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb";
10
};
11
12
propagatedBuildInputs = [
0 commit comments