guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: harfbuzz: Update to 2.3.1.


From: guix-commits
Subject: 09/10: gnu: harfbuzz: Update to 2.3.1.
Date: Sun, 10 Feb 2019 15:19:57 -0500 (EST)

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

commit 342c695e10a4528338a63301c99c3c175e8a4931
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 10 18:14:51 2019 +0100

    gnu: harfbuzz: Update to 2.3.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.3.1.
---
 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 93b9ba0..4817fec 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 "2.2.0")
+   (version "2.3.1")
    (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
-               "047q63jr513azf3g1y7f5xn60b4jdjs9zsmrx04sfw5rasyzrk5p"))))
+               "0s74ramsbfa183rxkidqgfd2vbhrwicnrqzqsq440dwibffnj1gj"))))
    (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]