guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: harfbuzz: Update to 1.7.1.


From: Marius Bakke
Subject: 12/13: gnu: harfbuzz: Update to 1.7.1.
Date: Tue, 28 Nov 2017 08:26:38 -0500 (EST)

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

commit 98a1c480b3f9dc1f1b35cd37ddf3977c5ac9b28c
Author: Marius Bakke <address@hidden>
Date:   Sun Nov 19 16:30:48 2017 +0100

    gnu: harfbuzz: Update to 1.7.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.7.1.
---
 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 dcbd0af..dfa7a59 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.6.3")
+   (version "1.7.1")
    (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
-               "06hh8hml5fwp1pcg4r7k8syiqaxb4p1532y7sacr66mnprkv67p3"))))
+               "0khmcm4k0cckw5ql9z66ahp1zy5dn978vw8p41h91dhk6glacicn"))))
    (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]