mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: pango: Update to 1.48.9.
* gnu/packages/gtk.scm (pango): Update to 1.48.9.
This commit is contained in:
parent
e1b711b1f5
commit
210949fdc2
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ applications.")
|
|||
(define-public pango
|
||||
(package
|
||||
(name "pango")
|
||||
(version "1.48.7")
|
||||
(version "1.48.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/pango/"
|
||||
|
@ -338,7 +338,7 @@ applications.")
|
|||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p06sn0jfvk6z3ypp2zym0gk2bddgqch83x9flxslq5bdim2za18"))))
|
||||
"1akj11n0ycqrm1rvi0fdfldqk7l5zk9vb8sq77009ap57xyna4x9"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||
|
|
Loading…
Reference in a new issue