guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit c7d9b4076c93e9b85aa92d9904b55acff9d1ec27
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Nov 19 14:34:47 2025 +0100
[FIXUP] orca: Use python-pygobject-3.50.
* gnu/packages/gnome.scm (orca)[native-inputs]: Replace python-pygobject
with
python-pygobject-3.50.
---
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 4174f0f3b6..26e9a82b06 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11701,7 +11701,7 @@ accessibility infrastructure.")
`(,liblouis "python")
procps ; for pgrep
python
- python-pygobject
+ python-pygobject-3.50
python-pyatspi
speech-dispatcher
xkbcomp))