guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: harfbuzz: Update to 2.5.1.


From: guix-commits
Subject: 04/14: gnu: harfbuzz: Update to 2.5.1.
Date: Sun, 16 Jun 2019 03:44:54 -0400 (EDT)

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

commit 731d471a37bf23326ae3e042bb384f376f6fec99
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 15:55:35 2019 +0200

    gnu: harfbuzz: Update to 2.5.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.5.1.
    [source]: Update source file name.
---
 gnu/packages/gtk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 4fb7d35..a8bc2e4 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -178,15 +178,15 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "2.4.0")
+   (version "2.5.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
                                  "harfbuzz/release/harfbuzz-"
-                                 version ".tar.bz2"))
+                                 version ".tar.xz"))
              (sha256
               (base32
-               "0vrkvdlmihdg62a4c6h5kx27khc33xmb95l50zgnwnavvpwyyw5l"))))
+               "17kiyq23g7bnjvyn2yg4gyr7i7qjam65n20whsrplpxxk9bk8j3d"))))
    (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]