guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: pango: Update to 1.42.0.


From: Marius Bakke
Subject: 03/04: gnu: pango: Update to 1.42.0.
Date: Wed, 14 Mar 2018 19:07:23 -0400 (EDT)

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

commit d9efe0256608f73f132c1a44f627adae0a68c5b3
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 14 23:48:21 2018 +0100

    gnu: pango: Update to 1.42.0.
    
    * gnu/packages/gtk.scm (pango): Update to 1.42.0.
    [inputs]: Add FRIBIDI.
---
 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 aeca806..fb53eda 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -215,7 +215,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public pango
   (package
    (name "pango")
-   (version "1.41.1")
+   (version "1.42.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -223,7 +223,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1hxbwb9aak6m85i4kimsgq46nd3b68r6432xjna94a97ab7s8lqk"))))
+              "0illn78nfwpa8y5knh9ir74wa1skc2hi8f3ny19zgpyf7n5dh94r"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("cairo" ,cairo)



reply via email to

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