guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: harfbuzz: Update to 1.3.3.


From: Marius Bakke
Subject: 01/01: gnu: harfbuzz: Update to 1.3.3.
Date: Tue, 22 Nov 2016 20:47:55 +0000 (UTC)

mbakke pushed a commit to branch staging
in repository guix.

commit 61320932edb42e78fb377b5d11cd6ecb32e2f9e6
Author: Marius Bakke <address@hidden>
Date:   Tue Nov 22 18:26:59 2016 +0100

    gnu: harfbuzz: Update to 1.3.3.
    
    * gnu/packages/gtk.scm (harfbuzz): Update to 1.3.3.
    [home-page]: Use HTTPS.
---
 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 7fa7e12..bf0d00b 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -165,7 +165,7 @@ affine transformation (scale, rotation, shear, etc.).")
 (define-public harfbuzz
   (package
    (name "harfbuzz")
-   (version "1.2.4")
+   (version "1.3.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://www.freedesktop.org/software/";
@@ -173,7 +173,7 @@ affine transformation (scale, rotation, shear, etc.).")
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "14g4kpph8hgplkm954daxiymxx0vicfq7b7svvdsx54g5bqvv7a4"))))
+               "1jdkdjvci5d6r26vimsz24hz3xqqrk5xq40n693jn4m42mqrh816"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "bin")) ; 160K, only hb-view depend on cairo
@@ -198,7 +198,7 @@ affine transformation (scale, rotation, shear, etc.).")
     "HarfBuzz is an OpenType text shaping engine.")
    (license (license:x11-style "file://COPYING"
                        "See 'COPYING' in the distribution."))
-   (home-page "http://www.freedesktop.org/wiki/Software/HarfBuzz/";)))
+   (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/";)))
 
 (define-public pango
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]