guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: pango: Update to 1.40.14.


From: Marius Bakke
Subject: 11/13: gnu: pango: Update to 1.40.14.
Date: Tue, 28 Nov 2017 08:26:38 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8dd35a0e20934aaf86095e0f8a65123d32160ae5
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 16:28:51 2017 +0100

    gnu: pango: Update to 1.40.14.
    
    * gnu/packages/gtk.scm (pango): Update to 1.40.14.
---
 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 756d0fe..dcbd0af 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.13")
+   (version "1.40.14")
    (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
-              "15kihlvw9j1h076cplh8vpgz0bpqkxia2h2vjgs2yxvq23drhkpq"))))
+              "1qqpd8x1pl483ynj3mc5q4n8y2pxqhg2bv19vd94r7mzlzm1pbwh"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("cairo" ,cairo)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]