guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: harfbuzz-3: Update to 3.4.0.


From: guix-commits
Subject: 04/08: gnu: harfbuzz-3: Update to 3.4.0.
Date: Sat, 9 Jul 2022 04:48:19 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 3af9282853cef5e62c35fcc2500d7a66a433193d
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jun 24 23:08:26 2022 +0200

    gnu: harfbuzz-3: Update to 3.4.0.
    
    * gnu/packages/gtk.scm (harfbuzz-3.0): Rename to...
    (harfbuzz-3): ... this.  Update to 3.4.0.
    * gnu/packages/chromium.scm (ungoogled-chromium): Adjust accordingly.
---
 gnu/packages/chromium.scm | 2 +-
 gnu/packages/gtk.scm      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index e9e20ab7b9..0dc9502a56 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -886,7 +886,7 @@
            gdk-pixbuf
            glib
            gtk+
-           harfbuzz-3.0
+           harfbuzz-3
            icu4c-71
            jsoncpp
            lcms
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d23bb42fb6..5da2008163 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -279,10 +279,10 @@ output.  Experimental backends include OpenGL, BeOS, 
OS/2, and DirectFB.")
                        "See 'COPYING' in the distribution."))
    (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/";)))
 
-(define-public harfbuzz-3.0
+(define-public harfbuzz-3
   (package
     (inherit harfbuzz)
-    (version "3.0.0")
+    (version "3.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/harfbuzz/harfbuzz";
@@ -290,7 +290,7 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                                   "/harfbuzz-" version ".tar.xz"))
               (sha256
                (base32
-                "1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
+                "0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
 
 (define-public libdatrie
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]