guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 4bf41c46c01374916fb86c7eb81099e6dcd55ed7
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Mar 13 22:28:09 2026 +0100

    gnu: telepathy-idle: Switch to python-dbus.
    
    * gnu/packages/freedesktop.scm (telepathy-idle): Switch to python-dbus.
    [inputs]: Remove python-dbus-1.2; add python-dbus.
    
    Change-Id: Ia99a1ad430d46627a416ee50096cdef8727adbc8
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 1e90fc2e54..8ad2ba3590 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2319,7 +2319,7 @@ different sorts of messages in different formats.")
           (base32 "02wb61h2k3hhis5y2xi5rhc6pmikd13x722hk620sqb9b3m5pn3s"))))
       (build-system gnu-build-system)
       (native-inputs (list autoconf automake libtool pkg-config))
-      (inputs (list libxslt python-wrapper python-dbus-1.2))
+      (inputs (list libxslt python-wrapper python-dbus))
       (propagated-inputs (list telepathy-glib))
       (home-page "https://telepathy.freedesktop.org/";)
       (synopsis "Telepathy IRC connection manager")

Reply via email to