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.6.


From: Marius Bakke
Subject: 01/01: gnu: harfbuzz: Update to 1.4.6.
Date: Wed, 26 Apr 2017 11:34:58 -0400 (EDT)

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

commit b4a6497ca38eb9bfa8fd90eb0aac68c841f55468
Author: Marius Bakke <address@hidden>
Date:   Wed Apr 26 17:32:10 2017 +0200

    gnu: harfbuzz: Update to 1.4.6.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.4.6.
---
 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 9e3e995..9fda9e0 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -170,7 +170,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.4.3")
+   (version "1.4.6")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -178,7 +178,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "08akv3qzwnf48xajb60dfcchkmfdjkpp65a0xd8s98w81901g343"))))
+               "14yj514yfy373np3gxk930a443j1zgnwg6mm0kdzzjr0rn0qp9r1"))))
    (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]