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

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

    gnu: network-manager: Switch to python-dbus.
    
    * gnu/packages/gnome.scm (network-manager): Switch to python-dbus.
    [native-inputs]: Remove python-dbus-1.2; add python-dbus.
    
    Change-Id: I67131ccb14540d96dc0bf6639a142d1385d37d2c
    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 2decb506b4..4338851ad4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8550,7 +8550,7 @@ users.")
            libxslt
            perl
            pkg-config
-           python-dbus-1.2
+           python-dbus
            python-pygobject-3.50
            python-wrapper
            vala))

Reply via email to