guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit b9e6e2bf6bfc3b19d87581e2ff41cdf98fbcd80c
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Mar 13 22:28:09 2026 +0100
gnu: python-liblarch: Fix build by switching to python-pygobject-3.50.
* gnu/packages/gnome.scm (python-liblarch): Switch to python-pygobject-3.50.
[propagated-inputs]: Remove python-pygobject; add python-pygobject-3.50.
Change-Id: I2e528bda69f3cd5de7a23620e71160553b53a36b
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
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 217ceff383..845f94add4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2672,7 +2672,7 @@ schemas for settings shared by various components of the
GNOME desktop.")
(invoke "./run-tests")))))))
(native-inputs (list python-pytest python-setuptools
xorg-server-for-tests))
(inputs (list gtk+))
- (propagated-inputs (list python-pygobject))
+ (propagated-inputs (list python-pygobject-3.50))
(home-page "https://getting-things-gnome.github.io/liblarch")
(synopsis "Library to easily handle complex data structures")
(description