guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#78204] [PATCH] gnu: xandikos: Update to 0.2.12.


From: Andrew Wong
Subject: [bug#78204] [PATCH] gnu: xandikos: Update to 0.2.12.
Date: Fri, 2 May 2025 01:59:56 -0400

* gnu/packages/dav.scm (xandikos): Update to 0.2.12.
[arguments] <phases>: Fix tests by setting "XANDIKOSPATH".
[inputs]: Add python-vobject.

Change-Id: I4b5040b90e52c603dc1920cb92c3b771169940d8
---
 gnu/packages/dav.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 49c2b027cd..00825082b6 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -116,13 +116,12 @@ (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"))))
+       (sha256 (base32 
"0x6g5s9pkippxg429r9agp3w0xsid2vv1h45wfc3xzdfvgj6ygsr"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-aiohttp
@@ -130,7 +129,15 @@ (define-public xandikos
            python-dulwich
            python-icalendar
            python-jinja2
-           python-multidict))
+           python-multidict
+           python-vobject))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'check 'check-setup
+            (lambda _
+              (setenv "XANDIKOSPATH" (mkdtemp "/tmp/xandikospath-XXXXXX")))))))
     (home-page "https://www.xandikos.org/";)
     (synopsis "Lightweight CalDAV/CardDAV server")
     (description

base-commit: 7ff20b9e94c429f1160bd8f0db86b153a03e4683
-- 
2.49.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]