From 8d24f414e4cc8c0e8ece4007476c20ae7117c8a1 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 22 Feb 2024 10:24:58 -0500 Subject: gnu: python-pygobject: Update to 3.47.0. * gnu/packages/glib.scm (python-pygobject): Update to 3.47.0. Change-Id: I971ad0b8add33ac472b0ca3f2fe3218061af1fa5 --- gnu/packages/glib.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 56942ee5ec..9827856f32 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1028,7 +1028,7 @@ useful for C++.") (define-public python-pygobject (package (name "python-pygobject") - (version "3.46.0") + (version "3.47.0") (source (origin (method url-fetch) @@ -1036,7 +1036,8 @@ useful for C++.") (version-major+minor version) "/pygobject-" version ".tar.xz")) (sha256 - (base32 "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22")) + (base32 + "082dpm34a350bnhgmkdv8myxzjgnrflckkpn46vnvs36f7bbfdij")) (modules '((guix build utils))) (snippet ;; We disable these tests in a snippet so that they are inherited -- cgit v1.2.3