[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: pango: Update to 1.40.12.
From: |
Marius Bakke |
Subject: |
01/03: gnu: pango: Update to 1.40.12. |
Date: |
Mon, 4 Sep 2017 16:34:47 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 3b6f837393c54689d4cb06eb28bff0ea1b282e2a
Author: Marius Bakke <address@hidden>
Date: Mon Sep 4 22:15:28 2017 +0200
gnu: pango: Update to 1.40.12.
* gnu/packages/gtk.scm (pango): Update to 1.40.12.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3e8d87e..b100f81 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)