gnu: teckit: Update to 2.5.8.

* gnu/packages/fontutils.scm (teckit): Update to 2.5.8.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-29 02:46:57 +02:00
parent 1d668fd979
commit e3afa5cdfe
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)