diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-07-19 14:56:27 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-07-21 02:45:56 +0200 |
commit | 7da8ba2eaeb17382ef3c26051e244bc94ef4ae51 (patch) | |
tree | 56891807e20073ac37ef2d5835ac4394f962093b /gnu/packages/gtk.scm | |
parent | c9566534136b32519b200878c846a0017409d603 (diff) | |
download | patches-7da8ba2eaeb17382ef3c26051e244bc94ef4ae51.tar patches-7da8ba2eaeb17382ef3c26051e244bc94ef4ae51.tar.gz |
gnu: pango: Update to 1.42.2.
* gnu/packages/gtk.scm (pango): Update to 1.42.2.
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 6aa79bb779..ff2f9827b4 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -216,7 +216,7 @@ affine transformation (scale, rotation, shear, etc.).") (define-public pango (package (name "pango") - (version "1.42.1") + (version "1.42.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/pango/" @@ -224,7 +224,7 @@ affine transformation (scale, rotation, shear, etc.).") name "-" version ".tar.xz")) (sha256 (base32 - "0cnfgcya3wbs9m8g44cl5ww6wbp6qbw96qvsgkr8ymwqn9b6fnli")))) + "1qm17k7r4299jbvqifk469q4hs5qj9j19kr4h9nfy5h4sjs1dr5i")))) (build-system gnu-build-system) (propagated-inputs ;; These are all in Requires or Requires.private of the '.pc' files. |