guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: harfbuzz: Update to 1.6.3.


From: Marius Bakke
Subject: 07/10: gnu: harfbuzz: Update to 1.6.3.
Date: Wed, 1 Nov 2017 18:36:29 -0400 (EDT)

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

commit b8560be31f20ccaeb75555198db4a8f1740aa0e7
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 1 23:18:14 2017 +0100

    gnu: harfbuzz: Update to 1.6.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.6.3.
---
 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 bb77279..45e19d3 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.5.1")
+   (version "1.6.3")
    (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
-               "0lbwzif7ndvx1iqzp7wxv6j3ilal6di2vj33cy3bha97mpyqv0sn"))))
+               "06hh8hml5fwp1pcg4r7k8syiqaxb4p1532y7sacr66mnprkv67p3"))))
    (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]