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

commit a32dc5fdee2b670a853e0495874e6c61da28535f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 27 12:10:13 2025 +0100

    [FIXUP] gnu: gimp: Use python-pygobject-3.50.
    
    * gnu/packages/gimp.scm (gimp-3)[inputs]: Replace python-pygobject with
    python-pygobject-3.50.
---
 gnu/packages/gimp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 83d35d0ee0..f5eddf5975 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -450,7 +450,7 @@ that is extensible via a plugin system.")
                        libxmu
                        libxt
                        python
-                       python-pygobject
+                       python-pygobject-3.50
                        gjs
                        libxslt
                        xdg-utils)))

Reply via email to