guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: harfbuzz: Update to 1.3.4.


From: Mark H. Weaver
Subject: 07/13: gnu: harfbuzz: Update to 1.3.4.
Date: Wed, 11 Jan 2017 16:25:11 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 16f6ee9932fc0fdb9ba59ff0afa71d921286b0ae
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 25 07:54:13 2016 +0200

    gnu: harfbuzz: Update to 1.3.4.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.3.4.
---
 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 0ce96cc..3b32782 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -168,7 +168,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.3.3")
+   (version "1.3.4")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -176,7 +176,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1jdkdjvci5d6r26vimsz24hz3xqqrk5xq40n693jn4m42mqrh816"))))
+               "0ava7y24797k5ps3ghq2ccjjds97ri1gx32v6546a6pgmpyad2ki"))))
    (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]