summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFabio Natali <me@fabionatali.com>2026-02-27 22:23:24 +0000
committerjgart <jgart@dismail.de>2026-02-28 00:13:23 -0500
commit839fb8514d2a8719652be80ba9cebd50ec82f991 (patch)
tree5a561890b39f73e1b6cda82c00c80d3bed9b487d /gnu
parent2bdbeec9186d815e67740f7f3d806e37bb2fbde6 (diff)
gnu: xandikos: Fix tests.
This is to fix Xandikos' tests, broken following a recent Python Dulwich update. This is a temporary fix, where python-dulwich is pinned to an older version, python-dulwich-0.24. Also see <https://codeberg.org/guix/guix/pulls/6443#issuecomment-10859915>, that describes the same issue in the context of another Python package, Poetry. * gnu/packages/dav.scm (xandikos): [propagated-inputs]: Remove python-dulwich; add python-dulwich-0.24. Change-Id: I2b3222e2a5de20fc18b986ed0b6a65c9e67395a3 Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/dav.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 4fb7a0eebcd..ba23053524b 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -153,7 +153,7 @@ if __name__ == '__main__':
(propagated-inputs
(list python-aiohttp
python-defusedxml
- python-dulwich
+ python-dulwich-0.24
python-icalendar
python-jinja2
python-multidict