guix-commits
[Top][All Lists]
Advanced

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

20/97: gnu: pango: Update to 1.40.0.


From: Ludovic Courtès
Subject: 20/97: gnu: pango: Update to 1.40.0.
Date: Sat, 16 Apr 2016 09:49:30 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 0fc9213814d42707edf80aa42eda3d7105769bc5
Author: 宋文武 <address@hidden>
Date:   Mon Apr 4 13:58:25 2016 +0800

    gnu: pango: Update to 1.40.0.
    
    * gnu/packages/glib.scm (pango): Update to 1.40.0.
---
 gnu/packages/gtk.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3684c12..439749d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -185,7 +185,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public pango
   (package
    (name "pango")
-   (version "1.38.1")
+   (version "1.40.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -193,7 +193,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1dsf45m51i4rcyvh5wlxxrjfhvn5b67d5ckjc6vdcxbddjgmc80k"))))
+              "12qwa748wyady16xxdq5rqz9gki1kksj8m5bcv80gjqlydfrh5ys"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("cairo" ,cairo)



reply via email to

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