mhw pushed a commit to branch media-updates
in repository guix.
commit 042777cee51e944495ee98c65d56ee5bb6312df7
Author: Andy Wingo <[email protected]>
Date: Thu Feb 18 21:05:29 2016 +0100
gnu: mkfontscale: Update to 1.1.2.
* gnu/packages/xorg.scm (mkfontscale): Update to 1.1.2.
---
gnu/packages/xorg.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 55b4a70..fd36d25 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)