guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 687bf4fb8e74ad55619be91fe309c33c0bab4814
Author: John Kehayias <[email protected]>
AuthorDate: Tue Mar 10 20:49:58 2026 -0400
gnu: syncthing-gtk: Fix runtime introspection error.
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Replace
python-pygobject
with python-gobject-3.50.
Change-Id: Id8370953a9e06d614cf71f8a93ef4b8dc3e0b018
---
gnu/packages/syncthing.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index e1cee896ae..a3bcb74e2a 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -205,7 +205,7 @@ Protocol.")
python-bcrypt
python-dateutil
python-pycairo
- python-pygobject
+ python-pygobject-3.50
psmisc
syncthing))
(home-page "https://github.com/kozec/syncthing-gtk")