guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: harfbuzz: Update to 1.7.5.


From: Tobias Geerinckx-Rice
Subject: 07/09: gnu: harfbuzz: Update to 1.7.5.
Date: Mon, 19 Feb 2018 21:14:12 -0500 (EST)

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

commit 09371ab4d0c80cfd43b14e9ea645706b21ecbc3a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 19 21:06:39 2018 +0100

    gnu: harfbuzz: Update to 1.7.5.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.7.5.
---
 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 2939e4f..4e12e66 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -173,7 +173,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.7.3")
+   (version "1.7.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -181,7 +181,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1zh5n3q3mb6y6kr5m7zz1ags9z1vjwai57d6warx8qhzfrwn8lyd"))))
+               "0qwmybi6x27zz1bj6ccay653dh35jqq0asgvp166kjk53wdlwmw4"))))
    (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]