diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 00:58:31 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:12 -0500 |
commit | 8c44bd581e3a2610aef285f77a01259154dbfb24 (patch) | |
tree | dc8f0d79987a9c2737cf9a360cf325e069cde0b8 /gnu/packages/gtk.scm | |
parent | f8671271dd22f5f5a658f9fb5652a7ea404eb68c (diff) | |
download | guix-8c44bd581e3a2610aef285f77a01259154dbfb24.tar guix-8c44bd581e3a2610aef285f77a01259154dbfb24.tar.gz |
gnu: pango: Update to 1.40.3.
* gnu/packages/gtk.scm (pango): Update to 1.40.3.
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 d052f1e76f..aeecfba45f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -206,7 +206,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public pango (package (name "pango") - (version "1.40.1") + (version "1.40.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -214,7 +214,7 @@ affine transformation (scale, rotation, shear, etc.).") name "-" version ".tar.xz")) (sha256 (base32 - "0h0sbh0b5kh3lvrxrb82bs86rqakf33a9jakpv33lay7f90zayp2")))) + "1lqi4yncw5q0v7g5makzxyp18g5cksqyld8m1wx0qli8wxf8pfmb")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) |