guix-commits
[Top][All Lists]
Advanced

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

22/71: gnu: pango: Update to 1.40.1.


From: ???
Subject: 22/71: gnu: pango: Update to 1.40.1.
Date: Mon, 02 May 2016 14:08:19 +0000

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

commit d998508227b481b9061ed1b378033c34bc3b3a24
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 08:52:36 2016 +0800

    gnu: pango: Update to 1.40.1.
    
    * gnu/packages/gtk.scm (pango): Update to 1.40.1.
---
 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 4323711..f234fc3 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.40.0")
+   (version "1.40.1")
    (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
-              "12qwa748wyady16xxdq5rqz9gki1kksj8m5bcv80gjqlydfrh5ys"))))
+              "0h0sbh0b5kh3lvrxrb82bs86rqakf33a9jakpv33lay7f90zayp2"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("cairo" ,cairo)



reply via email to

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