guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 53dc02058994055917f9e3de84b665e48e85f218
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 45a45fec4f..10c9ab8448 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1818,7 +1818,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 "/"
@@ -1826,7 +1826,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa"))))
+ "0pbmhpw4pdzv8202b47n9ms64if15jkf4j5lbfanpp4v1sk5m7sk"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments