guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 50f493e7f5eda6a833a459742d9100bd1206694b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Apr 12 12:58:06 2025 +0200

    gnu: gtk: Update to 4.18.6.
    
    * gnu/packages/gtk.scm (gtk): Update to 4.18.6.
    [#:phases]<patch>: Also skip ‘wrapping-label-in-nested-boxes’ test.
---
 gnu/packages/gtk.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 40b4900850..3f301b75c6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1120,7 +1120,7 @@ application suites.")
 (define-public gtk
   (package
     (name "gtk")
-    (version "4.16.13")
+    (version "4.18.6")
     (source
      (origin
        (method url-fetch)
@@ -1128,7 +1128,7 @@ application suites.")
                            (version-major+minor version)  "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1624c9hjp47rlnybhm9vym3hd3dpav5db4fi8nlkk0c45ghxkwyx"))
+        (base32 "1ynhzzpyqyyc0gfdwc262npq0pbal8i3nnrlm3wn2cnw1mjpr0g1"))
        (patches
         (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))
        (modules '((guix build utils)))))
@@ -1200,7 +1200,8 @@ application suites.")
                 ;; TODO: Reinstate in 4.18.
                 ((".*'scaling',.*") ""))
               (substitute* "testsuite/reftests/meson.build"
-                (("[ \t]*'label-wrap-justify.ui',") ""))
+                (("[ \t]*'label-wrap-justify.ui',") "")
+                (("[ \t]*'wrapping-label-in-nested-boxes.ui',") ""))
               ;; These tests fail on an Apple M1 (aarch64) with the following 
errors:
               ;; - MESA: error: ZINK: failed to choose pdev
               ;; - libEGL warning: egl: failed to create dri2 screen

Reply via email to