guix-commits
[Top][All Lists]
Advanced

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

07/27: gnu: harfbuzz: Update to 8.3.0.


From: guix-commits
Subject: 07/27: gnu: harfbuzz: Update to 8.3.0.
Date: Tue, 19 Dec 2023 17:51:24 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 7936a763e1722950e90556be41709123371eadf8
Author: Timmy Douglas <mail@timmydouglas.com>
AuthorDate: Sun Dec 3 23:11:52 2023 -0800

    gnu: harfbuzz: Update to 8.3.0.
    
        * gnu/packages/gtk.scm (harfbuzz): Update to 8.3.0.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 761b65fd1f..9818746f58 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -259,7 +259,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
 (define-public harfbuzz
   (package
     (name "harfbuzz")
-    (version "5.3.1")
+    (version "8.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/harfbuzz/harfbuzz";
@@ -267,7 +267,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ka3nkk2lks2lgakq02vyibwdziv11dkpa2brkx230asnyby0v2a"))))
+                "0izq2lpqxrf1l755nxrxkkiarywkx5j43asznankxplbxgm0358h"))))
     (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]