guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 407259dff94939ec0a25ed08beea21809e66b710
Author: John Kehayias <[email protected]>
AuthorDate: Tue Mar 10 20:45:27 2026 -0400

    gnu: gammastep: Fix runtime introspection error.
    
    * gnu/packages/xdisorg.scm (gammastep)[inputs]: Replace python-pygobject 
with python-gobject-3.50.
    
    Change-Id: Idbaade8bdf5f36d81b8ef9d817baa02d13f51331
---
 gnu/packages/xdisorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 252a6663de..55d26850f0 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -2000,7 +2000,7 @@ to an arbitrary balanced color.")
            libxxf86vm
            libxcb
            python
-           python-pygobject
+           python-pygobject-3.50
            python-pyxdg
            wayland))
     (home-page "https://gitlab.com/chinstrap/gammastep";)

Reply via email to