[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: pango: Update to 1.40.5.
From: |
Leo Famulari |
Subject: |
01/01: gnu: pango: Update to 1.40.5. |
Date: |
Tue, 11 Apr 2017 00:34:09 -0400 (EDT) |
lfam pushed a commit to branch core-updates
in repository guix.
commit 56fb1421beb15e2197521ff23f21cfce0d0c58dc
Author: Leo Famulari <address@hidden>
Date: Tue Apr 11 00:33:04 2017 -0400
gnu: pango: Update to 1.40.5.
* gnu/packages/gtk.scm (pango): Update to 1.40.5.
---
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 770a8c9..ae1ff6a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -206,7 +206,7 @@ affine transformation (scale, rotation, shear, etc.).")
(define-public pango
(package
(name "pango")
- (version "1.40.3")
+ (version "1.40.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/"
@@ -214,7 +214,7 @@ affine transformation (scale, rotation, shear, etc.).")
name "-" version ".tar.xz"))
(sha256
(base32
- "1lqi4yncw5q0v7g5makzxyp18g5cksqyld8m1wx0qli8wxf8pfmb"))))
+ "1j81kmdq2kndayahfck60myd05hj5qd7mixj0w5kchkc8m082x14"))))
(build-system gnu-build-system)
(propagated-inputs
`(("cairo" ,cairo)