[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/17: gnu: pango: Update to 1.42.2.
From: |
Marius Bakke |
Subject: |
14/17: gnu: pango: Update to 1.42.2. |
Date: |
Sun, 22 Jul 2018 12:00:11 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 7da8ba2eaeb17382ef3c26051e244bc94ef4ae51
Author: Marius Bakke <address@hidden>
Date: Thu Jul 19 14:56:27 2018 +0200
gnu: pango: Update to 1.42.2.
* gnu/packages/gtk.scm (pango): Update to 1.42.2.
---
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 6aa79bb..ff2f982 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.
- branch core-updates updated (49b92a2 -> 3e95125), Marius Bakke, 2018/07/22
- 02/17: gnu: bzip2: Add static output., Marius Bakke, 2018/07/22
- 01/17: gnu: bzip2: Simplify phase., Marius Bakke, 2018/07/22
- 04/17: gnu: pcre: Install static libraries to separate output., Marius Bakke, 2018/07/22
- 06/17: gnu: libgc: Update to 7.6.6., Marius Bakke, 2018/07/22
- 10/17: gnu: libuv: Update to 1.22.0., Marius Bakke, 2018/07/22
- 03/17: gnu: binutils: Update to 2.31.1., Marius Bakke, 2018/07/22
- 14/17: gnu: pango: Update to 1.42.2.,
Marius Bakke <=
- 05/17: gnu: fftw: Update to 3.3.8., Marius Bakke, 2018/07/22
- 08/17: gnu: readline: Update to 7.0.5., Marius Bakke, 2018/07/22
- 15/17: gnu: util-linux: Update to 2.32.1., Marius Bakke, 2018/07/22
- 09/17: gnu: texinfo: Fix FTBFS with Perl 5.28., Marius Bakke, 2018/07/22
- 13/17: gnu: harfbuzz: Update to 1.8.4., Marius Bakke, 2018/07/22
- 07/17: gnu: perl: Update to 5.28.0., Marius Bakke, 2018/07/22
- 11/17: gnu: libuv: Drop redundant 'autogen' phase., Marius Bakke, 2018/07/22
- 12/17: gnu: cmake: Update to 3.12.0., Marius Bakke, 2018/07/22
- 16/17: gnu: pcre: Update to 8.42., Marius Bakke, 2018/07/22
- 17/17: Revert "packages: Enable threaded compression of source tarballs.", Marius Bakke, 2018/07/22