summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-22 11:44:08 +0900
committerNoé Lopez <noelopez@free.fr>2026-08-24 21:32:44 +0200
commit0072125ed8d271696e67916651d3fface140f3d2 (patch)
tree4e6ef56f414c25a635f80cd402978245f02793c5 /gnu
parent7543b25e04427fcc0ea620aed02a5e57e740286c (diff)
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 <noelopez@free.fr>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/glib.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 5789205ed63..d9fec90082b 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -994,7 +994,7 @@ useful for C++.")
994(define-public python-pygobject 994(define-public python-pygobject
995 (package 995 (package
996 (name "python-pygobject") 996 (name "python-pygobject")
997 (version "3.54.3") 997 (version "3.54.5")
998 (source 998 (source
999 (origin 999 (origin
1000 (method url-fetch) 1000 (method url-fetch)
@@ -1003,7 +1003,7 @@ useful for C++.")
1003 "/pygobject-" version ".tar.gz")) 1003 "/pygobject-" version ".tar.gz"))
1004 (sha256 1004 (sha256
1005 (base32 1005 (base32
1006 "1rxsj85xl73a14vz7s30sy8lx9sswd2j2hgj3i4mcz8g989hknm8")))) 1006 "11dm5yi80v143dn21bayqxb53w67hk1lishmrw35c97m91inyrdn"))))
1007 (build-system meson-build-system) 1007 (build-system meson-build-system)
1008 ;; The tests require mutter, which would introduce a circular dependency. 1008 ;; The tests require mutter, which would introduce a circular dependency.
1009 (arguments (list #:tests? #f)) 1009 (arguments (list #:tests? #f))