guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66689] [PATCH gnome-team 07/14] gnu: python-pygobject: Update to 3.


From: Maxim Cournoyer
Subject: [bug#66689] [PATCH gnome-team 07/14] gnu: python-pygobject: Update to 3.46.0.
Date: Sun, 22 Oct 2023 21:37:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

> * gnu/packages/glib.scm (python-pygobject): Update to 3.46.0.
> [snippet]: Also remove test_overrides_gdk.py
> ---
>  gnu/packages/glib.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> index c715c716a2..d20b9ef1e5 100644
> --- a/gnu/packages/glib.scm
> +++ b/gnu/packages/glib.scm
> @@ -1007,7 +1007,7 @@ (define glibmm
>  (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 @@ (define-public python-pygobject
>                             "/pygobject-" version ".tar.xz"))
>         (sha256
>          (base32
> -         "042pmpyaz7bsbr68znnwdqyhs3j3cajib0k45v1hrs8v6b8has1w"))
> +         "1z6aagb46fhhdd0bb3zk6dfdw3s4y2fva0vv3jpwjj6mvar0hq22"))
>         (modules '((guix build utils)))
>         (snippet
>          '(begin
> @@ -1025,7 +1025,8 @@ (define-public python-pygobject
>             (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)))))

I like to tackle low hanging fruits, low disruption changes such as
stripping trailing #t from snippets and phases when I upgrade packages.

-- 
Thanks,
Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]