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

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

    gnu: system-config-printer: Switch to python-dbus.
    
    * gnu/packages/gnome.scm (system-config-printer): Switch to python-dbus.
    [inputs]: Remove python-dbus-1.2; add python-dbus.
    
    Change-Id: Iba41894960ac4e432ad7cd03ce99cbcf228825d9
    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 cf9a409067..1e18346907 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2958,7 +2958,7 @@ guidelines.")
            python
            cups
            gtk+
-           python-dbus-1.2
+           python-dbus
            python-pygobject
            python-pycups
            python-requests

Reply via email to