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

commit c340b9357abb4a163671506a7be5c75cbdd14fe0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:53 2025 +0900

    gnu: pango: Update to 1.56.4.
    
    * gnu/packages/gtk.scm (pango): Update to 1.56.4.
    [#:phases] {disable-cantarell-tests}: Skip test-font-data.
    
    Change-Id: I044f465555a7a64bb938f41a738bfa720d8ea51e
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 356c0e8a6c..0fcad7963a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -381,7 +381,7 @@ applications.")
 (define-public pango
   (package
     (name "pango")
-    (version "1.56.3")
+    (version "1.56.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -390,7 +390,7 @@ applications.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0dpbh423ggbcdhajaglq86rf6hx5znzqvphjcpp7x8xn8y0ih939"))))
+                "0jnmydds9dmdah4fjj5rr5gmf1imxlxjc0w98if642n98vmsdf67"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -406,7 +406,7 @@ applications.")
                          ;; adding it here would introduce a circular 
dependency.
                          (("\\[ 'test-layout'.*") "")
                          (("\\[ 'test-itemize'.*") "")
-                         (("\\[ 'test-font'.*") "")
+                         (("\\[ 'test-font(-data)?'.*") "")
                          (("\\[ 'test-harfbuzz'.*") "")))))))
     (propagated-inputs
      ;; These are all in Requires or Requires.private of the '.pc' files.

Reply via email to