diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-10-27 19:43:51 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-29 08:32:45 +0100 |
commit | 54eb6d6e8ad2955bd84bb6502a241c2c4878dcdd (patch) | |
tree | a73ec9ce3122e6b1c59d06c491aa0edb105ad6d4 /gnu/packages/glib.scm | |
parent | e41f35ba08c89afcea5bc2d458f185f8bef2e5a4 (diff) |
gnu: python-pygobject: Update to 3.46.0.
* gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
[snippet]: Also remove test_overrides_gdk.py.
Change-Id: Ia046b0a597097e27c48428ec893b241d17b9006d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r-- | gnu/packages/glib.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index ba827e0531..2c813fd594 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -1007,7 +1007,7 @@ useful for C++.") (define-public python-pygobject (package (name "python-pygobject") - (version "3.44.1") + (version "3.46.0") (source (origin (method url-fetch) @@ -1016,7 +1016,7 @@ useful for C++.") "/pygobject-" version ".tar.xz")) (sha256 (base32 - "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w")) + "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22")) (modules '((guix build utils))) (snippet '(begin @@ -1025,7 +1025,8 @@ useful for C++.") (with-directory-excursion "tests" ;; FIXME: These tests require Gdk and/or Gtk 4. (for-each delete-file - '("test_atoms.py" "test_overrides_gtk.py")) + '("test_atoms.py" "test_overrides_gtk.py" + "test_overrides_gdk.py")) #t))))) (build-system meson-build-system) (arguments |