guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit be02507f6e2ef14790f0409cebb142259e94f015
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 a52a9cdf29..40b4900850 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1800,7 +1800,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 "/"
@@ -1808,7 +1808,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kvs9vbqikwlcfm7v8hhzc48xjpamfsq5skpabs1lyn4nz8iynsa"))))
+ "0pbmhpw4pdzv8202b47n9ms64if15jkf4j5lbfanpp4v1sk5m7sk"))))
(build-system meson-build-system)
(outputs '("out" "doc"))
(arguments