diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-28 14:23:01 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:29 +0200 |
commit | fcd7519d7964d80a8dbb7808d3a50779292fb84a (patch) | |
tree | ceba3516f38f1c345ae7368934dd4ec2cf1aff9f /gnu/packages/gtk.scm | |
parent | 5475dc023fa0e20a5b2022ee76f117278e17f485 (diff) | |
download | guix-fcd7519d7964d80a8dbb7808d3a50779292fb84a.tar.gz |
gnu: pango: Update to 1.50.8.
* gnu/packages/gtk.scm (pango): Update to 1.50.8.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 01d31d059d..6b5e71979a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -345,7 +345,7 @@ applications.") (define-public pango (package (name "pango") - (version "1.50.7") + (version "1.50.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -354,7 +354,7 @@ applications.") (patches (search-patches "pango-skip-libthai-test.patch")) (sha256 (base32 - "0cxdwfvr0rsw82nfqzp29mznlx84q2fri9lrfbgrbinlldlz6xq4")))) + "1yjm28qnq4v3dm8nj59cmhjiszv6x4h4j0y4fhqh4v0lvmcnyqng")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas |