[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: pango: Update to 1.40.11.
From: |
Marius Bakke |
Subject: |
08/09: gnu: pango: Update to 1.40.11. |
Date: |
Sat, 2 Sep 2017 09:58:31 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit d2ee294c0400ac8f2a10f10c3c9644da513a3712
Author: Marius Bakke <address@hidden>
Date: Sat Sep 2 15:54:46 2017 +0200
gnu: pango: Update to 1.40.11.
* gnu/packages/gtk.scm (pango): Update to 1.40.11.
---
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 2d64e16..70ad999 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)
- branch staging updated (4028fd3 -> 30dfac2), Marius Bakke, 2017/09/02
- 06/09: Revert "gnu: lzip: Update to 1.19.", Marius Bakke, 2017/09/02
- 03/09: gnu: util-linux: Update to 2.30.1., Marius Bakke, 2017/09/02
- 04/09: gnu: libdrm: Update to 2.4.83., Marius Bakke, 2017/09/02
- 02/09: gnu: dbus: Update to 1.10.22., Marius Bakke, 2017/09/02
- 08/09: gnu: pango: Update to 1.40.11.,
Marius Bakke <=
- 07/09: gnu: harfbuzz: Update to 1.5.0., Marius Bakke, 2017/09/02
- 05/09: gnu: mesa: Update to 17.1.8., Marius Bakke, 2017/09/02
- 01/09: gnu: libva: Update to 1.8.3., Marius Bakke, 2017/09/02
- 09/09: Merge branch 'master' into staging, Marius Bakke, 2017/09/02