aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-02-22 10:24:58 -0500
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:49 +0200
commit8d24f414e4cc8c0e8ece4007476c20ae7117c8a1 (patch)
treec17424aedc064f9efce061e6d47e9327d74eb41d /gnu/packages
parente675723b0f60a75e32939a19bfc063bdc3fd3951 (diff)
downloadguix-8d24f414e4cc8c0e8ece4007476c20ae7117c8a1.tar.gz
guix-8d24f414e4cc8c0e8ece4007476c20ae7117c8a1.zip
gnu: python-pygobject: Update to 3.47.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.47.0. Change-Id: I971ad0b8add33ac472b0ca3f2fe3218061af1fa5
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/glib.scm5
1 files changed, 3 insertions, 2 deletions
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