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

commit ccafb01ea6d01e61c43c87b2240fd876019453d5
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 ec6b61fa50..c9df6b8e02 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2800,7 +2800,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