guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: harfbuzz: Update to 2.4.0.


From: guix-commits
Subject: 08/17: gnu: harfbuzz: Update to 2.4.0.
Date: Wed, 1 May 2019 18:40:33 -0400 (EDT)

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

commit 2da9b81837fd1e6f08a10952784d3358be982855
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 7 22:09:06 2019 +0200

    gnu: harfbuzz: Update to 2.4.0.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.4.0.
---
 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 0850c2b..0549ca3 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -177,7 +177,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "2.3.1")
+   (version "2.4.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -185,7 +185,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0s74ramsbfa183rxkidqgfd2vbhrwicnrqzqsq440dwibffnj1gj"))))
+               "1mpah6kwqid1kxsj4rwqsniivqbrx231j65v51yncx6s0dch0dch"))))
    (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]