guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: graphite2: Update to 1.3.9.


From: Marius Bakke
Subject: 02/02: gnu: graphite2: Update to 1.3.9.
Date: Wed, 22 Feb 2017 02:15:38 -0500 (EST)

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

commit c05be50a6f95ac57924c9d7b6330f63c7d4346b0
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 22 07:15:45 2017 +0100

    gnu: graphite2: Update to 1.3.9.
    
    * gnu/packages/fontutils.scm (graphite2): Update to 1.3.9.
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 1ffb427..fad0cb1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -366,7 +366,7 @@ applications should be.")
 (define-public graphite2
   (package
    (name "graphite2")
-   (version "1.3.8")
+   (version "1.3.9")
    (source
      (origin
        (method url-fetch)
@@ -374,7 +374,7 @@ applications should be.")
                            "download/" version "/" name "-" version ".tgz"))
        (sha256
         (base32
-         "1hlc9j7w7gihy6gvzfa7902pr6yxq1sr1xkp5rwf0p29m2rjagwz"))))
+         "0rs5h7m340z75kygx8d72cps0q6yvvqa9i788vym7585cfv8a0gc"))))
    (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]