guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: harfbuzz: Update to 1.8.0.


From: Marius Bakke
Subject: 02/03: gnu: harfbuzz: Update to 1.8.0.
Date: Tue, 12 Jun 2018 12:32:25 -0400 (EDT)

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

commit 7391a938d0b897fd5c456e785f2dbf5a8fb8c8d4
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 12 18:22:06 2018 +0200

    gnu: harfbuzz: Update to 1.8.0.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.8.0.
---
 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 40e16d2..6e09681 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.7.6")
+   (version "1.8.0")
    (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
-               "16rf7qwgy1gza74v2ws79zdwwb1lpvgz2abwwm8ws9j82cwysyys"))))
+               "18wnbq919k5h8pfm1pfy38gs1qzj1hnfr1wq989bix1n2jiii1d1"))))
    (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]