guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: harfbuzz: Update to 1.3.4.


From: Efraim Flashner
Subject: 03/05: gnu: harfbuzz: Update to 1.3.4.
Date: Sun, 25 Dec 2016 06:08:09 +0000 (UTC)

efraim pushed a commit to branch staging
in repository guix.

commit 5ca4f4c5ba01f022ac94678ba5f0df347d5c12d6
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 fc4677c..0ef3adf 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]