diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 20:05:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 20:42:41 +0100 |
commit | 0341fb9b68fc7ef3746c72ccbb7e4d43ff313284 (patch) | |
tree | b0563882f9a93d324462446f536f1ba8f80b2baa /gnu/packages/xorg.scm | |
parent | bcc27a6533066e1ee981a2c9b26635c3a5e8a5c6 (diff) | |
download | patches-0341fb9b68fc7ef3746c72ccbb7e4d43ff313284.tar patches-0341fb9b68fc7ef3746c72ccbb7e4d43ff313284.tar.gz |
gnu: mkfontscale: Update to 1.2.0.
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.0.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c4e08d27f9..fe65cfab88 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.1.3") + (version "1.2.0") (source (origin (method url-fetch) @@ -1588,8 +1588,7 @@ input from UTF-8 into the locale's encoding.") version ".tar.bz2")) (sha256 - (base32 - "0siag28jpm8hj62bgjvw81sjfgrc7vcy2h7127bl4iazxrlxz60y")))) + (base32 "1gn423m0v1w98df7ni74zrj2rkhsapnqfzr8139l638kkyz7far8")))) (build-system gnu-build-system) (inputs `(("zlib" ,zlib) |