emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67465: closed ([PATCH gnome-team] gnu: python-pyatspi: Update to 2.4


From: GNU bug Tracking System
Subject: bug#67465: closed ([PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0.)
Date: Tue, 05 Dec 2023 17:49:06 +0000

Your message dated Tue, 05 Dec 2023 18:42:26 +0100
with message-id 
<2b9574ff914fbd4fd75e5c7af17dc1263cd85710.camel@planete-kraus.eu>
and subject line Applied, closing
has caused the debbugs.gnu.org bug report #67465,
regarding [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67465: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67465
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH gnome-team] gnu: python-pyatspi: Update to 2.46.0. Date: Sun, 26 Nov 2023 16:27:31 +0100 User-agent: Evolution 3.46.4
* 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



--- End Message ---
--- Begin Message --- Subject: Applied, closing Date: Tue, 05 Dec 2023 18:42:26 +0100 User-agent: Evolution 3.46.4
Applied, closing.


--- End Message ---

reply via email to

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