guix-commits
[Top][All Lists]
Advanced

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

28/97: gnu: graphite2: Update to 1.3.8.


From: Ludovic Courtès
Subject: 28/97: gnu: graphite2: Update to 1.3.8.
Date: Sat, 16 Apr 2016 09:49:30 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 07a048f61b1356244ed81e9bddcebc80cb1d9764
Author: 宋文武 <address@hidden>
Date:   Tue Apr 5 20:21:35 2016 +0800

    gnu: graphite2: Update to 1.3.8.
    
    * gnu/packages/fontutils.scm (graphite2): Update to 1.3.8.
---
 gnu/packages/fontutils.scm |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index b075353..05adc71 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -359,16 +359,15 @@ applications should be.")
 (define-public graphite2
   (package
    (name "graphite2")
-   (version "1.3.6")
+   (version "1.3.8")
    (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://github.com/silnrsi/graphite/archive/";
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (uri (string-append "https://github.com/silnrsi/graphite/releases/";
+                           "download/" version "/" name "-" version ".tgz"))
        (sha256
         (base32
-         "1frd9mjaqzvh9gs74ngc43igi53vzjzlwr5chbrs6ii1hc4aa23s"))))
+         "1hlc9j7w7gihy6gvzfa7902pr6yxq1sr1xkp5rwf0p29m2rjagwz"))))
    (build-system cmake-build-system)
    (native-inputs
     `(("python" ,python-2) ; because of "import imap" in tests



reply via email to

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