diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-19 16:28:51 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-28 14:24:09 +0100 |
commit | 8dd35a0e20934aaf86095e0f8a65123d32160ae5 (patch) | |
tree | dae58778d2063a73f36c6aae11df7e050b84b248 /gnu/packages/gtk.scm | |
parent | 1be8a432457827830d20c6deaca8a3d372ad0753 (diff) | |
download | guix-8dd35a0e20934aaf86095e0f8a65123d32160ae5.tar guix-8dd35a0e20934aaf86095e0f8a65123d32160ae5.tar.gz |
gnu: pango: Update to 1.40.14.
* gnu/packages/gtk.scm (pango): Update to 1.40.14.
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 756d0fe4b5..dcbd0af9bd 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -209,7 +209,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public pango (package (name "pango") - (version "1.40.13") + (version "1.40.14") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -217,7 +217,7 @@ affine transformation (scale, rotation, shear, etc.).") name "-" version ".tar.xz")) (sha256 (base32 - "15kihlvw9j1h076cplh8vpgz0bpqkxia2h2vjgs2yxvq23drhkpq")))) + "1qqpd8x1pl483ynj3mc5q4n8y2pxqhg2bv19vd94r7mzlzm1pbwh")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) |