diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-04 22:15:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-04 22:15:28 +0200 |
commit | 3b6f837393c54689d4cb06eb28bff0ea1b282e2a (patch) | |
tree | 433b133e3fd846f3ad6b0cbbdd2603057c0a3780 | |
parent | aa3542e844cb527d3d95e65de652fd664c77c5b3 (diff) | |
download | patches-3b6f837393c54689d4cb06eb28bff0ea1b282e2a.tar patches-3b6f837393c54689d4cb06eb28bff0ea1b282e2a.tar.gz |
gnu: pango: Update to 1.40.12.
* gnu/packages/gtk.scm (pango): Update to 1.40.12.
-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 3e8d87e91b..b100f815d5 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.11") + (version "1.40.12") (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 - "0giqy0f6vxsxrly6mwrbw9chs5hnh5my1jji86g76cp6j02i84av")))) + "1z0w2vrx3qh3aryfkbfijkcxxr3yjbxc2l4b0yy8rcp2wjlakwbm")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) |