diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 15:54:46 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-09-02 15:54:46 +0200 |
commit | d2ee294c0400ac8f2a10f10c3c9644da513a3712 (patch) | |
tree | 4717978f511d24aed8d086e2ad9774af19ccfdd7 /gnu | |
parent | a4a3d93290e8ad35f6e7526e78878d2d3397bb27 (diff) | |
download | patches-d2ee294c0400ac8f2a10f10c3c9644da513a3712.tar patches-d2ee294c0400ac8f2a10f10c3c9644da513a3712.tar.gz |
gnu: pango: Update to 1.40.11.
* gnu/packages/gtk.scm (pango): Update to 1.40.11.
Diffstat (limited to 'gnu')
-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 2d64e163f2..70ad9993b6 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.6") + (version "1.40.11") (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 - "0wz5b5knpw4gfvz3ny8l6h2ca3bpqqyh55mffkyzgsd1hdrjn5fa")))) + "0giqy0f6vxsxrly6mwrbw9chs5hnh5my1jji86g76cp6j02i84av")))) (build-system gnu-build-system) (propagated-inputs `(("cairo" ,cairo) |