unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67465] [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0.
@ 2023-11-26 15:27 Vivien Kraus via Guix-patches via
  2023-12-03 23:55 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67465: Applied, closing Vivien Kraus via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-11-26 15:27 UTC (permalink / raw)
  To: 67465; +Cc: rg, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.0.
[arguments]: Convert to list of G-Expressions.

Change-Id: I88c6b33154c21cd165e800b3a3e8a584eee50abd
---
 gnu/packages/gnome.scm | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..8624c79de3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11053,7 +11053,7 @@ (define-public gnome-system-monitor
 (define-public python-pyatspi
   (package
     (name "python-pyatspi")
-    (version "2.45.90")
+    (version "2.46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -11062,16 +11062,17 @@ (define-public python-pyatspi
                     "/pyatspi-" version ".tar.xz"))
               (sha256
                (base32
-                "1fggihg4xmwia0xgjkcraiqk76jvyrj1pcsw99rjh4yn3kygisrh"))))
+                "0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-before 'build 'fix-atk-load
-           (lambda _
-             (substitute* "pyatspi/__init__.py"
-               (("from gi.repository import Atspi")
-                "gi.require_version('Gtk', '3.0')
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'build 'fix-atk-load
+            (lambda _
+              (substitute* "pyatspi/__init__.py"
+                (("from gi.repository import Atspi")
+                 "gi.require_version('Gtk', '3.0')
 from gi.repository import Gtk
 from gi.repository import Atspi")))))))
     (native-inputs

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
-- 
2.41.0




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#67465] [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0.
  2023-11-26 15:27 [bug#67465] [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0 Vivien Kraus via Guix-patches via
@ 2023-12-03 23:55 ` Maxim Cournoyer
  2023-12-05 17:42 ` bug#67465: Applied, closing Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-12-03 23:55 UTC (permalink / raw)
  To: Vivien Kraus; +Cc: rg, liliana.prikler, 67465

Hi,

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

> * gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.0.
> [arguments]: Convert to list of G-Expressions.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#67465: Applied, closing
  2023-11-26 15:27 [bug#67465] [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0 Vivien Kraus via Guix-patches via
  2023-12-03 23:55 ` Maxim Cournoyer
@ 2023-12-05 17:42 ` Vivien Kraus via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2023-12-05 17:42 UTC (permalink / raw)
  To: 67465-done

Applied, closing.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-05 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-26 15:27 [bug#67465] [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0 Vivien Kraus via Guix-patches via
2023-12-03 23:55 ` Maxim Cournoyer
2023-12-05 17:42 ` bug#67465: Applied, closing Vivien Kraus via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).