diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-22 16:55:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 00:11:16 +0100 |
commit | 42e00f63e244f0354c53759240fa96ea565fb297 (patch) | |
tree | 8c34332954c15288d396a786649afcd5aa646725 /gnu/packages/xorg.scm | |
parent | fed4cab8880066e874255679ead7fd27f3f72677 (diff) | |
download | patches-42e00f63e244f0354c53759240fa96ea565fb297.tar patches-42e00f63e244f0354c53759240fa96ea565fb297.tar.gz |
gnu: mkfontscale: Update to 1.2.1.
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.1.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | 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 fe65cfab88..a396586638 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1579,7 +1579,7 @@ input from UTF-8 into the locale's encoding.") (define-public mkfontscale (package (name "mkfontscale") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) @@ -1588,7 +1588,7 @@ input from UTF-8 into the locale's encoding.") version ".tar.bz2")) (sha256 - (base32 "1gn423m0v1w98df7ni74zrj2rkhsapnqfzr8139l638kkyz7far8")))) + (base32 "1ixsnsm2mn0zy9ksdid0lj6irnhvasfik9mz8bbrs5sajzmra16a")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib) |