guix-patches
[Top][All Lists]
Advanced

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

[bug#44988] [PATCH] gnu: vdirsyncer: Use a more recent version of python


From: Tanguy Le Carrour
Subject: [bug#44988] [PATCH] gnu: vdirsyncer: Use a more recent version of python-requests-toolbelt.
Date: Tue, 1 Dec 2020 11:57:45 +0100

Hi Guix!

The reason for this patch is that `vdirsyncer` conflicts with some
packages using a more recent version of `python-requests-toolbelt`. For 
instance `poetry`.

But suddenly, I'm not sure any more that this is the proper way of fixing this
kind of problem…

Suggestions welcome!


* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs] Use 
python-requests-toolbelt-0.9.1 instead of python-requests-toolbelt.
---
 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 8692a49c50..616569b006 100644
--- a/gnu/packages/dav.scm
+++ b/gnu/packages/dav.scm
@@ -169,7 +169,7 @@ efficient syncing
      `(("python-atomicwrites" ,python-atomicwrites)
        ("python-click-log" ,python-click-log)
        ("python-click-threading" ,python-click-threading)
-       ("python-requests-toolbelt" ,python-requests-toolbelt)))
+       ("python-requests-toolbelt" ,python-requests-toolbelt-0.9.1)))
     (synopsis "Synchronize calendars and contacts")
     (description "Vdirsyncer synchronizes your calendars and addressbooks
 between two storage locations.  The most popular purpose is to
-- 
2.29.2






reply via email to

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