guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 8ca8c8f5c2adb8e4a3a746a7808087d7161f2ca9
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Mar 5 20:39:05 2026 +0100
gnu: gnome-plots: Fix build.
* gnu/packages/gnome-xyz.scm (gnome-plots)[inputs]: Replace python-pygobject
with python-pygobject-3.50.
---
gnu/packages/gnome-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d4b74fed63..6286e002a8 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -562,7 +562,7 @@ provides the @command{g4music} command.")
python-numpy
python-pycairo
python-pyglm
- python-pygobject
+ python-pygobject-3.50
python-pyopengl))
(native-inputs
(list python-pytest python-setuptools))