me
/
guix
Archived
1
0
Fork 0

gnu: mkfontscale: Update to 1.1.2.

* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.2.
master
Andy Wingo 2016-02-18 21:05:29 +01:00 committed by Mark H Weaver
parent c8012b798e
commit 042777cee5
1 changed files with 2 additions and 2 deletions

View File

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