diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-22 13:05:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-22 13:47:26 +0200 |
commit | bc35c9d3189cd50349e2764ee478fea13d9ae9ab (patch) | |
tree | 2424172c0ef9ae403d3ba14ac84faa97611836f4 /gnu/packages | |
parent | f7975a3bdedb03522ec89f985b816213c1a76696 (diff) | |
download | guix-bc35c9d3189cd50349e2764ee478fea13d9ae9ab.tar.gz guix-bc35c9d3189cd50349e2764ee478fea13d9ae9ab.zip |
gnu: font-gnu-unifont: Update to 10.0.05.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.05.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 7687ed2350..51073eff9f 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -561,7 +561,7 @@ languages, plus Greek and Cyrillic.") (define-public font-gnu-unifont (package (name "font-gnu-unifont") - (version "10.0.04") + (version "10.0.05") (source (origin (method url-fetch) (uri (string-append @@ -569,7 +569,7 @@ languages, plus Greek and Cyrillic.") version ".tar.gz")) (sha256 (base32 - "150p79rq4rzb4pbg2dwcz93k1chzzvm0l0nwh60spw19nfyrxj0p")))) + "07sajc32l2knnz6gmd81zxjhcxq8xr6r2kf42wig56vj05s3d1cb")))) (build-system gnu-build-system) (outputs '("out" ; TrueType version "pcf" ; PCF (bitmap) version |