guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: harfbuzz: Update to 1.5.1.


From: Marius Bakke
Subject: 07/07: gnu: harfbuzz: Update to 1.5.1.
Date: Wed, 20 Sep 2017 13:48:34 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 7c9b87600b9dc22bb0f5b74fb8b9a1fe7ba691c2
Author: Marius Bakke <address@hidden>
Date:   Wed Sep 20 19:26:45 2017 +0200

    gnu: harfbuzz: Update to 1.5.1.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.5.1.
---
 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 857d570..0c717ea 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -171,7 +171,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.5.0")
+   (version "1.5.1")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -179,7 +179,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1haansza0v2908xycv3xwrw2c42z5p96vdzy11vkzl787cvfr260"))))
+               "0lbwzif7ndvx1iqzp7wxv6j3ilal6di2vj33cy3bha97mpyqv0sn"))))
    (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]