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

commit 68bb7b6d45514f77860a52329c012705f8dc901e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:24 2025 +0900

    gnu: pangomm: Update to 2.56.1.
    
    * gnu/packages/gtk.scm (pangomm): Update to 2.56.1.
    
    Change-Id: I87f1883433a22d989e7118f2ba35df39ec45ccf6
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0b7266846d..8459ee2abf 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1801,7 +1801,7 @@ library.")
 (define-public pangomm
   (package
     (name "pangomm")
-    (version "2.54.0")
+    (version "2.56.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1809,7 +1809,7 @@ library.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa"))))
+                "0pbmhpw4pdzv8202b47n9ms64if15jkf4j5lbfanpp4v1sk5m7sk"))))
     (build-system meson-build-system)
     (outputs '("out" "doc"))
     (arguments

Reply via email to