guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: harfbuzz: Update to 1.8.4.


From: Marius Bakke
Subject: 13/17: gnu: harfbuzz: Update to 1.8.4.
Date: Sun, 22 Jul 2018 12:00:11 -0400 (EDT)

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

commit c9566534136b32519b200878c846a0017409d603
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 19 14:54:34 2018 +0200

    gnu: harfbuzz: Update to 1.8.4.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.8.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 76346f6..6aa79bb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -177,7 +177,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.8.0")
+   (version "1.8.4")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -185,7 +185,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1"))))
+               "1za5lmzz4j2plh6a12llnwxyy7dnspsykjlq1qp9x9hdza32yn9w"))))
    (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]