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

commit ee719b807d3b614d9cec713e514ca989246fd08f
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Mar 6 06:50:29 2026 +0100

    gnu: rednotebook: Fix build.
    
    * gnu/packages/rednotebook.scm (rednotebook)[inputs]: Replace 
python-pygobject
    with python-pygobject-3.50.
---
 gnu/packages/rednotebook.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm
index d15c7f1c82..5f93949bd7 100644
--- a/gnu/packages/rednotebook.scm
+++ b/gnu/packages/rednotebook.scm
@@ -80,7 +80,7 @@
            gtk+
            gtksourceview-3
            python-pyyaml
-           python-pygobject
+           python-pygobject-3.50
            webkitgtk-for-gtk3))
     ;; TODO: package the following for python3 (if possible), add them as
     ;; dependencies, and remove them from rednotebook source:

Reply via email to