guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: harfbuzz: Update to 1.7.2.


From: Marius Bakke
Subject: 02/08: gnu: harfbuzz: Update to 1.7.2.
Date: Wed, 6 Dec 2017 11:33:03 -0500 (EST)

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

commit 3d960a04a8e80f0dd4ed9cb62c8350093750c036
Author: Marius Bakke <address@hidden>
Date:   Wed Dec 6 15:16:25 2017 +0100

    gnu: harfbuzz: Update to 1.7.2.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.7.2.
---
 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 dfa7a59..53c75ff 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -171,7 +171,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.7.1")
+   (version "1.7.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -179,7 +179,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0khmcm4k0cckw5ql9z66ahp1zy5dn978vw8p41h91dhk6glacicn"))))
+               "1jwhqwv2m317ilblcabsyvk288ycny20qn13rh6pza616mg5i457"))))
    (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]