guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/03: gnu: harfbuzz: Update to 4.4.0.
Date: Mon, 27 Jun 2022 18:18:08 -0400 (EDT)

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

commit 0e93273def1513390132d04db34a83e2698ac320
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jun 28 00:09:50 2022 +0200

    gnu: harfbuzz: Update to 4.4.0.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 4.4.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 265cd1b2cb..6071b5ee5a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -244,7 +244,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
 (define-public harfbuzz
   (package
     (name "harfbuzz")
-    (version "4.3.0")
+    (version "4.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/harfbuzz/harfbuzz";
@@ -252,7 +252,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))
+                "1407i646hdxlsllhrknq3zs18z8p1v7585mx9a1i4hfqp7fmw0q2"))))
     (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]