gnu: pango: Update to 1.48.7.

* gnu/packages/gtk.scm (pango): Update to 1.48.7.
This commit is contained in:
Marius Bakke 2021-07-19 20:50:34 +02:00
parent 2ebd7ac4a6
commit 7bb024a645
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -329,7 +329,7 @@ applications.")
(define-public pango (define-public pango
(package (package
(name "pango") (name "pango")
(version "1.48.4") (version "1.48.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/" (uri (string-append "mirror://gnome/sources/pango/"
@ -338,7 +338,7 @@ applications.")
(patches (search-patches "pango-skip-libthai-test.patch")) (patches (search-patches "pango-skip-libthai-test.patch"))
(sha256 (sha256
(base32 (base32
"0ym3cvajy2asapj8xbhfpy05rak79afrhi32hiss0w900vxi72a1")))) "1p06sn0jfvk6z3ypp2zym0gk2bddgqch83x9flxslq5bdim2za18"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
'(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas