gnu: pango: Update to 1.50.8.
* gnu/packages/gtk.scm (pango): Update to 1.50.8.
This commit is contained in:
parent
5475dc023f
commit
fcd7519d79
1 changed files with 2 additions and 2 deletions
|
|
@ -345,7 +345,7 @@ applications.")
|
||||||
(define-public pango
|
(define-public pango
|
||||||
(package
|
(package
|
||||||
(name "pango")
|
(name "pango")
|
||||||
(version "1.50.7")
|
(version "1.50.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/pango/"
|
(uri (string-append "mirror://gnome/sources/pango/"
|
||||||
|
|
@ -354,7 +354,7 @@ applications.")
|
||||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cxdwfvr0rsw82nfqzp29mznlx84q2fri9lrfbgrbinlldlz6xq4"))))
|
"1yjm28qnq4v3dm8nj59cmhjiszv6x4h4j0y4fhqh4v0lvmcnyqng"))))
|
||||||
(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
|
||||||
|
|
|
||||||
Reference in a new issue