guix-commits
[Top][All Lists]
Advanced

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

15/97: gnu: harfbuzz: Update to 1.2.4.


From: Ludovic Courtès
Subject: 15/97: gnu: harfbuzz: Update to 1.2.4.
Date: Wed, 13 Apr 2016 17:31:45 +0000

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

commit f66b4734c2fb01c3d2c1dfb5345cb8c64d54d4f4
Author: 宋文武 <address@hidden>
Date:   Sun Apr 3 19:13:06 2016 +0800

    gnu: harfbuzz: Update to 1.2.4.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.2.4.
---
 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 928858f..1c532af 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -147,7 +147,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.0.6")
+   (version "1.2.4")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -155,7 +155,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "09ivk5m4y09ar4zi9r6db7gp234cy05h0ach7w22g9kqvkxsf5pn"))))
+               "14g4kpph8hgplkm954daxiymxx0vicfq7b7svvdsx54g5bqvv7a4"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "bin")) ; 160K, only hb-view depend on cairo



reply via email to

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