guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: teckit: Update to 2.5.8.


From: Tobias Geerinckx-Rice
Subject: 07/08: gnu: teckit: Update to 2.5.8.
Date: Fri, 29 Jun 2018 09:48:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e3afa5cdfec4732df43188c61e77cfe99eb1f577
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 29 02:46:57 2018 +0200

    gnu: teckit: Update to 2.5.8.
    
    * gnu/packages/fontutils.scm (teckit): Update to 2.5.8.
---
 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 8b0ca04..204fbe1 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -330,7 +330,7 @@ X11-system or any other graphical user interface.")
 (define-public teckit
   (package
    (name "teckit")
-   (version "2.5.7")
+   (version "2.5.8")
    (source
     (origin
       (method git-fetch)
@@ -338,7 +338,7 @@ X11-system or any other graphical user interface.")
             (url "https://github.com/silnrsi/teckit";)
             (commit (string-append "v" version))))
       (sha256
-       (base32 "1v8qadkbn311z9l8c22gw8nsij31lsikl114128w3drdz5npf83j"))))
+       (base32 "1jmsdmfz7bgq1n5qsqgpq1b1n77f1hll0czfw5wkxz4knzb14ndn"))))
    (build-system gnu-build-system)
    (inputs
     `(("zlib" ,zlib)



reply via email to

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