This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8e0175ef1f gnu: quicktile: Fix build by using python-pygobject-3.50.
8e0175ef1f is described below

commit 8e0175ef1f3391bad146ad799fbfe0e7fc5a38e0
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Mar 9 15:12:02 2026 +0100

    gnu: quicktile: Fix build by using python-pygobject-3.50.
    
    * gnu/packages/wm.scm (quicktile): Fix build by using python-pygobject-3.50.
    [inputs]: Remove python-pygobject; add python-pygobject-3.50.
    
    Change-Id: Ib5344f67f265a07519b41b4aa5f83f4a40dd2be4
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 13dccf354a..f0f7ab76e9 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1420,7 +1420,7 @@ prompt.")
        (list gtk+
              libwnck
              python-xlib
-             python-pygobject
+             python-pygobject-3.50
              python-dbus))
       ;; The actual home page https://ssokolow.com/quicktile/
       ;; gives an SSL error.

Reply via email to