GNU bug report logs -
#77583
[PATCH] gnu: xandikos: Update to 0.2.12.
Previous Next
Reported by: David Pflug <david <at> pflug.io>
Date: Sun, 6 Apr 2025 18:18:01 UTC
Severity: normal
Tags: patch
Done: ngraves <at> ngraves.fr
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/dav.scm (xandikos): Update to 0.2.12.
Change-Id: I50f6b1cfb8ddea5690d1aca9d503c6ab349b108a
---
gnu/packages/dav.scm | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 546118055f..4fcfa1ce1a 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -84,25 +84,27 @@ (define-public radicale
(define-public xandikos
(package
(name "xandikos")
- (version "0.2.8")
+ (version "0.2.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "xandikos" version))
(sha256
- (base32 "00ghmzcc37b17pp0r6d9v5vpxmz500kzxqj1k9ppcjhbbpvp9w8n"))))
- (build-system python-build-system)
+ (base32 "0x6g5s9pkippxg429r9agp3w0xsid2vv1h45wfc3xzdfvgj6ygsr"))))
+ (build-system pyproject-build-system)
(propagated-inputs
(list python-aiohttp
python-defusedxml
python-dulwich
python-icalendar
python-jinja2
- python-multidict))
- (home-page "https://www.xandikos.org/")
- (synopsis "Lightweight CalDAV/CardDAV server")
- (description
- "Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs
+ python-multidict
+ python-vobject)
+ (native-inputs (list python-setuptools python-wheel))
+ (home-page "https://www.xandikos.org/")
+ (synopsis "Lightweight CalDAV/CardDAV server")
+ (description
+ "Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs
onto a Git repository.
Features:
base-commit: d473abf0b40fe4bedf9423a6822d067a9a7826cf
--
2.49.0
This bug report was last modified 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.