From 7a8b90fcd6ed38fccb50eadd2cd105689c637d27 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 5 Mar 2026 23:01:31 +0100 Subject: [PATCH] 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/")