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

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

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 5a8bfdefbb gnu: soundconverter: Fix build.
5a8bfdefbb is described below

commit 5a8bfdefbbd1b0b76f15cada64acb2cd9b2d80d6
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Mar 5 23:01:31 2026 +0100

    gnu: soundconverter: Fix build.
    
    * gnu/packages/gnome.scm (soundconverter)[inputs]: Replace python-pygobject
    by python-pygobject-3.50.
    
    Change-Id: If1193fece7e5d35d6bd292efddb634d2ed0759c7
---
 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 140e0d8ee5..a0c29f2b9a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11824,7 +11824,7 @@ mp3, Ogg Vorbis and FLAC")
      (list bash-minimal
            gtk+
            python
-           python-pygobject
+           python-pygobject-3.50
            gstreamer
            gst-plugins-base))
     (home-page "https://soundconverter.org/";)

Reply via email to