diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-11-01 23:18:57 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-11-01 23:35:15 +0100 |
commit | f5d6390c4b55167ee315e9ff5320d45ab12ed0d0 (patch) | |
tree | 8829a7f0af2d4839c78f593a8723e90463a75359 /gnu/packages/gtk.scm | |
parent | b8560be31f20ccaeb75555198db4a8f1740aa0e7 (diff) | |
download | patches-f5d6390c4b55167ee315e9ff5320d45ab12ed0d0.tar patches-f5d6390c4b55167ee315e9ff5320d45ab12ed0d0.tar.gz |
gnu: pango: Update to 1.40.13.
* gnu/packages/gtk.scm (pango): Update to 1.40.13.
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 45e19d3e18..756d0fe4b5 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.12") + (version "1.40.13") (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 - "1z0w2vrx3qh3aryfkbfijkcxxr3yjbxc2l4b0yy8rcp2wjlakwbm")))) + "15kihlvw9j1h076cplh8vpgz0bpqkxia2h2vjgs2yxvq23drhkpq")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) |