guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit bfabaebe1c7be1731a4a885dc67397037b9f882e
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Mar 5 22:25:54 2026 +0100
gnu: gp-saml-gui: Fix build.
* gnu/packages/vpn.scm (gp-saml-gui)[inputs]: Replace python-pygobject
by python-pygobject-3.50.
Change-Id: Ib2f6c313ee463aee74d32882d764fffd3fbf725b
---
gnu/packages/vpn.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index e8e3ecdba1..eb98487915 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -315,7 +315,7 @@ Networks and The Calyx Institute, where the former is
default.")
(list python-setuptools))
(inputs
(list bash-minimal
- python-pygobject
+ python-pygobject-3.50
python-urllib3
python-requests
webkitgtk-with-libsoup2))