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

guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 27f0dc1f69 gnu: gp-saml-gui: Fix build.
27f0dc1f69 is described below

commit 27f0dc1f69715ae5c05a493b75263712d3913993
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 b7ca082c4d..3ae5b63886 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))

Reply via email to