guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: harfbuzz: Update to 1.0.5.


From: ???
Subject: 09/17: gnu: harfbuzz: Update to 1.0.5.
Date: Thu, 15 Oct 2015 15:42:34 +0000

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

commit 7a2c7808d0c3d7ca9abedc2961358ce6119ec77a
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 23:26:13 2015 +0800

    gnu: harfbuzz: Update to 1.0.5.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.0.5.
---
 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 fb2541a..0e53c51 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -144,7 +144,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.0.3")
+   (version "1.0.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://www.freedesktop.org/software/";
@@ -152,7 +152,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
+               "0h2l362qzkck5dnnj7zlz593hf1ni3k25dfaii9mbjwflp3d56ad"))))
    (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]