guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: pango: Update to 1.40.13.


From: Marius Bakke
Subject: 08/10: gnu: pango: Update to 1.40.13.
Date: Wed, 1 Nov 2017 18:36:29 -0400 (EDT)

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

commit f5d6390c4b55167ee315e9ff5320d45ab12ed0d0
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 1 23:18:57 2017 +0100

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



reply via email to

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