diff options
author | Marius Bakke <marius@gnu.org> | 2021-07-19 20:50:34 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:45 +0200 |
commit | 7bb024a645e7672b4301c7bf3ec94950edaa3d03 (patch) | |
tree | 7cbae688fb00b1ec397f3675c883a3ed7893346d /gnu | |
parent | 2ebd7ac4a60ce7fc4df3c76e8a7e287468b00c01 (diff) |
gnu: pango: Update to 1.48.7.
* gnu/packages/gtk.scm (pango): Update to 1.48.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ applications.") (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 @@ applications.") (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 |