guix-commits
[Top][All Lists]
Advanced

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

41/94: gnu: harfbuzz: Update to 2.6.4.


From: guix-commits
Subject: 41/94: gnu: harfbuzz: Update to 2.6.4.
Date: Thu, 5 Dec 2019 12:15:33 -0500 (EST)

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

commit c10247506a12882a55490dc69b1f5d3be49f5129
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:52:58 2019 +0100

    gnu: harfbuzz: Update to 2.6.4.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.6.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 777601e..80a7e39 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -181,7 +181,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "2.5.3")
+   (version "2.6.4")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -189,7 +189,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0p45xk5bblsw8lfs7y7z80b4rvda9f2hlpr28flkrfmpjz3hvl7y"))))
+               "04iwq13w6zkdhljmsxrzgg4fyh04qnwfn57rgrl9kmijc7cvh4wl"))))
    (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]