guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7a8b90fcd6ed38fccb50eadd2cd105689c637d27
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 eca69bc1b5..781af12006 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11796,7 +11796,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/")