diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-10 16:52:12 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-06-13 01:00:47 +0200 |
commit | 2ed8c23d9d785c6c39330dfe250e20001a2f3de7 (patch) | |
tree | 45a55dca05f4465cc2a624e60e19905caae58440 /gnu/packages | |
parent | 0b9303dab7e76c394e62d89d09835807be73ffd8 (diff) | |
download | guix-2ed8c23d9d785c6c39330dfe250e20001a2f3de7.tar guix-2ed8c23d9d785c6c39330dfe250e20001a2f3de7.tar.gz |
gnu: pango: Update to 1.48.4.
* gnu/packages/gtk.scm (pango): Update to 1.48.4.
Diffstat (limited to 'gnu/packages')
-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 e12cbe2993..dc0089cbd9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -325,7 +325,7 @@ applications.") (define-public pango (package (name "pango") - (version "1.48.3") + (version "1.48.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -334,7 +334,7 @@ applications.") (patches (search-patches "pango-skip-libthai-test.patch")) (sha256 (base32 - "0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin")))) + "0ym3cvajy2asapj8xbhfpy05rak79afrhi32hiss0w900vxi72a1")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |