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

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

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 845f94add4..51b1800566 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2731,7 +2731,7 @@ and how they are displayed (View).")
            gtksourceview-4
            pango
            python
-           python-dbus-1.2
+           python-dbus
            python-liblarch
            python-lxml
            python-pycairo

Reply via email to