guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: harfbuzz: Update to 4.4.1.


From: guix-commits
Subject: 04/15: gnu: harfbuzz: Update to 4.4.1.
Date: Tue, 5 Jul 2022 18:38:45 -0400 (EDT)

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

commit 9660c7aaabd562167d9b392bba7c083da39a2e84
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 1 22:13:25 2022 +0200

    gnu: harfbuzz: Update to 4.4.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 4.4.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 a5bf40fda0..9d5983c2d9 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.4.0")
+    (version "4.4.1")
     (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
-                "1407i646hdxlsllhrknq3zs18z8p1v7585mx9a1i4hfqp7fmw0q2"))))
+                "1vn9id3i5196bq9q8xpcpzavk0a2xqff5k973pq54blv16n37g65"))))
     (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]