guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: harfbuzz: Update to 1.2.3.


From: ???
Subject: 08/13: gnu: harfbuzz: Update to 1.2.3.
Date: Thu, 24 Mar 2016 10:29:30 +0000

iyzsong pushed a commit to branch gtk-update
in repository guix.

commit 4f8567917d9cbda0a4affb0ef8fbba362b89310d
Author: 宋文武 <address@hidden>
Date:   Wed Mar 16 11:51:22 2016 +0800

    gnu: harfbuzz: Update to 1.2.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.2.3.
---
 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 1a9b73b..dad21dc 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.3")
    (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"))))
+               "136bjsh58yxkziy5a17151cwb9jass85ldp0gglgvdxa990d45l2"))))
    (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]