From 7bb024a645e7672b4301c7bf3ec94950edaa3d03 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 19 Jul 2021 20:50:34 +0200 Subject: gnu: pango: Update to 1.48.7. * gnu/packages/gtk.scm (pango): Update to 1.48.7. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 76debd81b1..21e27d8597 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -329,7 +329,7 @@ (define-public libthai (define-public pango (package (name "pango") - (version "1.48.4") + (version "1.48.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -338,7 +338,7 @@ (define-public pango (patches (search-patches "pango-skip-libthai-test.patch")) (sha256 (base32 - "0ym3cvajy2asapj8xbhfpy05rak79afrhi32hiss0w900vxi72a1")))) + "1p06sn0jfvk6z3ypp2zym0gk2bddgqch83x9flxslq5bdim2za18")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas -- cgit v1.2.3