guix-commits
[Top][All Lists]
Advanced

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

09/43: gnu: graphite2: Update to 1.3.12.


From: Marius Bakke
Subject: 09/43: gnu: graphite2: Update to 1.3.12.
Date: Tue, 21 Aug 2018 11:25:54 -0400 (EDT)

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

commit fdf16a81b2440964a8fc5f5e40cad84c70d165e1
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 20:06:26 2018 +0200

    gnu: graphite2: Update to 1.3.12.
    
    * gnu/packages/fontutils.scm (graphite2): Update to 1.3.12.
---
 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 53b6355..f9e117b 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -378,7 +378,7 @@ applications should be.")
 (define-public graphite2
   (package
    (name "graphite2")
-   (version "1.3.11")
+   (version "1.3.12")
    (source
      (origin
        (method url-fetch)
@@ -386,7 +386,7 @@ applications should be.")
                            "download/" version "/" name "-" version ".tgz"))
        (sha256
         (base32
-         "0z5dcgh8r3678awq6fb8igik7xmar5m6z9xxwpkkhradhk8jxfds"))))
+         "1l1940d8fz67jm6a0x8cjb5p2dv48cvz3wcskwa83hamd70k15fd"))))
    (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]