guix-commits
[Top][All Lists]
Advanced

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

09/14: gnu: harfbuzz: Update to 2.8.1.


From: guix-commits
Subject: 09/14: gnu: harfbuzz: Update to 2.8.1.
Date: Sat, 12 Jun 2021 19:05:08 -0400 (EDT)

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

commit 0b9303dab7e76c394e62d89d09835807be73ffd8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 16:51:37 2021 +0200

    gnu: harfbuzz: Update to 2.8.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.8.1.
    [source](uri): Adjust to new download location.
---
 gnu/packages/gtk.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bb07090..e12cbe2 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -224,15 +224,15 @@ output.  Experimental backends include OpenGL, BeOS, 
OS/2, and DirectFB.")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "2.6.4")
+   (version "2.8.1")
    (source (origin
              (method url-fetch)
-             (uri (string-append "https://www.freedesktop.org/software/";
-                                 "harfbuzz/release/harfbuzz-"
+             (uri (string-append "https://github.com/harfbuzz/harfbuzz";
+                                 "/releases/download/" version "/harfbuzz-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "04iwq13w6zkdhljmsxrzgg4fyh04qnwfn57rgrl9kmijc7cvh4wl"))))
+               "000ki4nwi3vfy3qflkgkiyj4jhhb6xl0c8ygv6af5x2bxiizc921"))))
    (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]