guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 0072125ed8d271696e67916651d3fface140f3d2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:08 2026 +0900
gnu: python-pygobject: Update to 3.54.5.
* gnu/packages/glib.scm (python-pygobject): Update to 3.54.5.
Change-Id: Id3832e76f2596aaf221ccd86d603b3b4c48b43c6
Signed-off-by: NoƩ Lopez <[email protected]>
---
gnu/packages/glib.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5789205ed6..d9fec90082 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -994,7 +994,7 @@ useful for C++.")
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.54.3")
+ (version "3.54.5")
(source
(origin
(method url-fetch)
@@ -1003,7 +1003,7 @@ useful for C++.")
"/pygobject-" version ".tar.gz"))
(sha256
(base32
- "1rxsj85xl73a14vz7s30sy8lx9sswd2j2hgj3i4mcz8g989hknm8"))))
+ "11dm5yi80v143dn21bayqxb53w67hk1lishmrw35c97m91inyrdn"))))
(build-system meson-build-system)
;; The tests require mutter, which would introduce a circular dependency.
(arguments (list #:tests? #f))