gnu: mkfontscale: Update to 1.1.3.

* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.3.
master
Marius Bakke 2018-03-07 14:10:42 +01:00
parent 0cf985d615
commit 5668a365d6
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1558,7 +1558,7 @@ input from UTF-8 into the locale's encoding.")
(define-public mkfontscale
(package
(name "mkfontscale")
(version "1.1.2")
(version "1.1.3")
(source
(origin
(method url-fetch)
@ -1568,7 +1568,7 @@ input from UTF-8 into the locale's encoding.")
".tar.bz2"))
(sha256
(base32
"081z8lwh9c1gyrx3ad12whnpv3jpfbqsc366mswpfm48mwl54vcc"))))
"0siag28jpm8hj62bgjvw81sjfgrc7vcy2h7127bl4iazxrlxz60y"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)