guix-commits
[Top][All Lists]
Advanced

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

03/43: gnu: harfbuzz: Update to 1.8.8.


From: Marius Bakke
Subject: 03/43: gnu: harfbuzz: Update to 1.8.8.
Date: Tue, 21 Aug 2018 11:25:53 -0400 (EDT)

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

commit 11e5bf70d5108db9f792113fd423f0b20805ac47
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 19:46:42 2018 +0200

    gnu: harfbuzz: Update to 1.8.8.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.8.8.
---
 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 c4e00bc..57f05eb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -178,7 +178,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.8.4")
+   (version "1.8.8")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -186,7 +186,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1za5lmzz4j2plh6a12llnwxyy7dnspsykjlq1qp9x9hdza32yn9w"))))
+               "1ag3scnm1fcviqgx2p4858y433mr0ndqw6zccnccrqcr9mpcird8"))))
    (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]