guix-commits
[Top][All Lists]
Advanced

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

04/34: gnu: harfbuzz: Update to 2.2.0.


From: guix-commits
Subject: 04/34: gnu: harfbuzz: Update to 2.2.0.
Date: Wed, 12 Dec 2018 15:56:43 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 127a14e0a638a264108fdba08e83db27716d66f1
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 9 00:38:27 2018 +0100

    gnu: harfbuzz: Update to 2.2.0.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.2.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 9f51f0d..a047988 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -182,7 +182,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.8.8")
+   (version "2.2.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -190,7 +190,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1ag3scnm1fcviqgx2p4858y433mr0ndqw6zccnccrqcr9mpcird8"))))
+               "047q63jr513azf3g1y7f5xn60b4jdjs9zsmrx04sfw5rasyzrk5p"))))
    (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]