aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gtk.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-04-15 15:02:46 +0200
committerMarius Bakke <mbakke@fastmail.com>2018-04-30 20:48:55 +0200
commit41db0517cea14688306593ff5f50a1f60dc00e89 (patch)
treed79b8e842251616086c8d8f221dded617af6e625 /gnu/packages/gtk.scm
parente85f7ac21ce6ce6d0bbe035d30d5a9ec59d5d88c (diff)
downloadguix-41db0517cea14688306593ff5f50a1f60dc00e89.tar
guix-41db0517cea14688306593ff5f50a1f60dc00e89.tar.gz
gnu: pango: Update to 1.42.1.
* gnu/packages/gtk.scm (pango): Update to 1.42.1.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b55af15900..dda1a50c0c 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.0")
+ (version "1.42.1")
(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
- "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
+ "0cnfgcya3wbs9m8g44cl5ww6wbp6qbw96qvsgkr8ymwqn9b6fnli"))))
(build-system gnu-build-system)
(propagated-inputs
;; These are all in Requires or Requires.private of the '.pc' files.