radicale: 3.6.0 -> 3.6.1 (#495091)

This commit is contained in:
dotlambda
2026-02-28 15:21:34 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
tzlocal
click
six
urllib3
vobject
];
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "radicale";
version = "3.6.0";
version = "3.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Kozea";
repo = "Radicale";
tag = "v${finalAttrs.version}";
hash = "sha256-FzCNmmlQeka+Z7h1Dp631coKPF7gc0LOWnyca994bgs=";
hash = "sha256-NPebEqLSDsR+FSA3vM0k8JJ8ciIDaRs34z4DBvr5GOE=";
};
build-system = with python3.pkgs; [