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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 311d1e85c8 gnu: gnuradio: Fix build.
311d1e85c8 is described below

commit 311d1e85c8e235bc84ac17b997c45408795f7bd4
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 9 14:39:58 2026 +0100

    gnu: gnuradio: Fix build.
    
    * gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pygobject
    by python-pygobject-3.50.
    
    Merges guix/guix!7012
    Fixes: guix/guix#7004
    
    Change-Id: Ib9c2d64ab4adca2c6be2613fbf74db595473f64d
    Signed-off-by: Cayetano Santos <[email protected]>
---
 gnu/packages/radio.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index d2b2026a97..4af5ab64ad 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1075,7 +1075,7 @@ used by RDS Spy, and audio files containing 
@dfn{multiplex} signals (MPX).")
            python-matplotlib
            python-numpy
            python-pycairo
-           python-pygobject
+           python-pygobject-3.50
            python-pyqt-6
            python-pyqtgraph
            python-pyyaml

Reply via email to