guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: harfbuzz: Update to 1.4.3.


From: Marius Bakke
Subject: 01/01: gnu: harfbuzz: Update to 1.4.3.
Date: Mon, 27 Feb 2017 06:08:46 -0500 (EST)

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

commit 8e5652f924a5ef8605b791999b600fd510a8f6e6
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 27 11:41:54 2017 +0100

    gnu: harfbuzz: Update to 1.4.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.4.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 953272d..92f399e 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.4.1")
+   (version "1.4.3")
    (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
-               "1g8mndf0p0fzjfvxrprga84zvqq186gbddnw6wbna7cscfmpz8l5"))))
+               "08akv3qzwnf48xajb60dfcchkmfdjkpp65a0xd8s98w81901g343"))))
    (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]