guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: pango: Update to 1.40.11.


From: Marius Bakke
Subject: 08/09: gnu: pango: Update to 1.40.11.
Date: Sat, 2 Sep 2017 09:58:31 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit d2ee294c0400ac8f2a10f10c3c9644da513a3712
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 2 15:54:46 2017 +0200

    gnu: pango: Update to 1.40.11.
    
    * gnu/packages/gtk.scm (pango): Update to 1.40.11.
---
 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 2d64e16..70ad999 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.6")
+   (version "1.40.11")
    (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
-              "0wz5b5knpw4gfvz3ny8l6h2ca3bpqqyh55mffkyzgsd1hdrjn5fa"))))
+              "0giqy0f6vxsxrly6mwrbw9chs5hnh5my1jji86g76cp6j02i84av"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("cairo" ,cairo)



reply via email to

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