1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

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>
This commit is contained in:
Vivien Kraus 2023-10-27 19:43:51 +02:00 committed by Liliana Marie Prikler
parent e41f35ba08
commit 54eb6d6e8a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1007,7 +1007,7 @@ useful for C++.")
(define-public python-pygobject (define-public python-pygobject
(package (package
(name "python-pygobject") (name "python-pygobject")
(version "3.44.1") (version "3.46.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1016,7 +1016,7 @@ useful for C++.")
"/pygobject-" version ".tar.xz")) "/pygobject-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w")) "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin
@ -1025,7 +1025,8 @@ useful for C++.")
(with-directory-excursion "tests" (with-directory-excursion "tests"
;; FIXME: These tests require Gdk and/or Gtk 4. ;; FIXME: These tests require Gdk and/or Gtk 4.
(for-each delete-file (for-each delete-file
'("test_atoms.py" "test_overrides_gtk.py")) '("test_atoms.py" "test_overrides_gtk.py"
"test_overrides_gdk.py"))
#t))))) #t)))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments