gnu: mkfontscale: Update to 1.2.0.

* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-20 20:05:07 +01:00
parent bcc27a6533
commit 0341fb9b68
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

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