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

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

    gnu: terminator: Switch to python-dbus.
    
    * gnu/packages/gnome.scm (terminator): Switch to python-dbus.
    [inputs]: Remove python-dbus-1.2; add python-dbus.
    
    Change-Id: I5ef84a30b3ff76f7581a6e9aa74ecb99ee750040
    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 c0db98c45e..e4ebcb2b14 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12129,7 +12129,7 @@ advanced image management tool")
            gsettings-desktop-schemas
            gtk+
            python-wrapper
-           python-dbus-1.2
+           python-dbus
            python-notify2
            python-pycairo
            python-pygobject

Reply via email to