guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: harfbuzz: Update to 1.7.3.


From: Marius Bakke
Subject: 01/03: gnu: harfbuzz: Update to 1.7.3.
Date: Tue, 19 Dec 2017 19:01:04 -0500 (EST)

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

commit 31d170f3814695c49fa26358931cb8516161963c
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 19 23:14:42 2017 +0100

    gnu: harfbuzz: Update to 1.7.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.7.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 694d281..9b1fd35 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -172,7 +172,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.7.2")
+   (version "1.7.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -180,7 +180,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1jwhqwv2m317ilblcabsyvk288ycny20qn13rh6pza616mg5i457"))))
+               "1zh5n3q3mb6y6kr5m7zz1ags9z1vjwai57d6warx8qhzfrwn8lyd"))))
    (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]