me
/
guix
Archived
1
0
Fork 0

gnu: pango: Update to 1.48.4.

* gnu/packages/gtk.scm (pango): Update to 1.48.4.
master
Marius Bakke 2021-05-10 16:52:12 +02:00
parent 0b9303dab7
commit 2ed8c23d9d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ applications.")
(define-public pango (define-public pango
(package (package
(name "pango") (name "pango")
(version "1.48.3") (version "1.48.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/" (uri (string-append "mirror://gnome/sources/pango/"
@ -334,7 +334,7 @@ applications.")
(patches (search-patches "pango-skip-libthai-test.patch")) (patches (search-patches "pango-skip-libthai-test.patch"))
(sha256 (sha256
(base32 (base32
"0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin")))) "0ym3cvajy2asapj8xbhfpy05rak79afrhi32hiss0w900vxi72a1"))))
(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