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

commit e55915f69a1e84323e1ffe5a6be00d67f83c61e8
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 4338851ad4..fc649e8ada 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12191,7 +12191,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