guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: harfbuzz: Update to 1.0.3.


From: ???
Subject: 04/05: gnu: harfbuzz: Update to 1.0.3.
Date: Sun, 06 Sep 2015 13:52:03 +0000

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

commit 81ece42981473be3de115639cad3ae20595539ef
Author: 宋文武 <address@hidden>
Date:   Sat Aug 22 11:36:04 2015 +0800

    gnu: harfbuzz: Update to 1.0.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.0.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 e826609..77a6df5 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -142,14 +142,14 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "0.9.40")
+   (version "1.0.3")
    (source (origin
             (method url-fetch)
             (uri (string-append 
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-";
                                 version ".tar.bz2"))
             (sha256
              (base32
-              "07rjp05axas96fp23lpf8l2yyfdj9yib4m0qjv592vdyhcsxaw8p"))))
+              "1xrxlrvgyr6mm9qjxmkif2kvcah082y94gf1vqi0f0bdl1g8gp7b"))))
    (build-system gnu-build-system)
    (inputs
     `(("cairo" ,cairo)



reply via email to

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