This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 839fb8514d gnu: xandikos: Fix tests.
839fb8514d is described below

commit 839fb8514d2a8719652be80ba9cebd50ec82f991
Author: Fabio Natali <[email protected]>
AuthorDate: Fri Feb 27 22:23:24 2026 +0000

    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 <[email protected]>
---
 gnu/packages/dav.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index 4fb7a0eebc..ba23053524 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

Reply via email to