guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: harfbuzz: Update to 2.5.3.


From: guix-commits
Subject: 01/08: gnu: harfbuzz: Update to 2.5.3.
Date: Sun, 30 Jun 2019 11:09:51 -0400 (EDT)

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

commit 9011f748a5762d8932542e0c12e030f6ae6b8f6a
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 29 19:10:56 2019 +0200

    gnu: harfbuzz: Update to 2.5.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 2.5.3.
---
 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 e4d6af5..10e5880 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -179,7 +179,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "2.5.2")
+   (version "2.5.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -187,7 +187,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.xz"))
              (sha256
               (base32
-               "12vya82hb2yfg92735kjql7d9kxpz64hs1jhjvnzagdy5fdcz3vw"))))
+               "0p45xk5bblsw8lfs7y7z80b4rvda9f2hlpr28flkrfmpjz3hvl7y"))))
    (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]