guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit fcbe99033c4bb070f6fc53a2e40e197ac7ab3c1b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 23:27:14 2025 +0900
gnu: python-pygobject: Update to 3.52.3.
* gnu/packages/glib.scm (python-pygobject): Update to 3.52.3.
Change-Id: I4a495b33e58afd8db72b9797b16e3330b8d29431
---
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 bb832b9be0..d98b4e6a9a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1044,7 +1044,7 @@ useful for C++.")
(define-public python-pygobject
(package
(name "python-pygobject")
- (version "3.50.0")
+ (version "3.52.3")
(source
(origin
(method url-fetch)
@@ -1053,7 +1053,7 @@ useful for C++.")
"/pygobject-" version ".tar.xz"))
(sha256
(base32
- "04i28xrb9fxkmn9j2mmsl0lbmk9blgjcl8hnxrbx90d8nmsnx0wd"))
+ "10kd13naw7ig83gnpdx8hbzpdrwbkjgrlrddiwm4cmz9j792gr00"))
(modules '((guix build utils)))
(snippet
;; We disable these tests in a snippet so that they are inherited