guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2d769615356e31c2b1cbe2556ce80f3f9914a840
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:14 2026 +0900
gnu: pango: Update to 1.57.1.
* gnu/packages/gtk.scm (pango): Update to 1.57.1.
Change-Id: Ic315967b36da2371ee5febcb7a5b9bf369027cf9
Signed-off-by: NoƩ Lopez <[email protected]>
---
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 2443f60231..4b1a90d6e2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -386,7 +386,7 @@ applications.")
(define-public pango
(package
(name "pango")
- (version "1.56.4")
+ (version "1.57.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -395,7 +395,7 @@ applications.")
(file-name (git-file-name name version))
(sha256
(base32
- "0jnmydds9dmdah4fjj5rr5gmf1imxlxjc0w98if642n98vmsdf67"))))
+ "0dfvlag7jhf4fzraxwhx4s016h2z7igq3knza9vfklkss8igs00a"))))
(build-system meson-build-system)
(arguments
(list