Robert Schütz
2026-05-21 09:30:14 -07:00
parent 4467d905d3
commit 8d7914b232
+3 -3
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.3.4";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
tag = "v${version}";
hash = "sha256-udKhJUsWFcyapEzYJOoujpq/VioFLGCCKq5WAlXsHnU=";
hash = "sha256-lVxbqgxBhHJHxG3QozX9xvCZAOPSa85ATSE88i3zayA=";
};
build-system = with python3Packages; [
@@ -24,12 +24,12 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
aiohttp
aiohttp-openmetrics
aiosmtpd
dulwich
defusedxml
icalendar
jinja2
multidict
pytz
vobject
];