mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: font-gnu-unifont: Update to 14.0.04.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.04.
This commit is contained in:
parent
dbfadac361
commit
ed0266fcae
1 changed files with 2 additions and 2 deletions
|
@ -821,7 +821,7 @@ (define-public font-anonymous-pro-minus
|
|||
(define-public font-gnu-unifont
|
||||
(package
|
||||
(name "font-gnu-unifont")
|
||||
(version "14.0.03")
|
||||
(version "14.0.04")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -831,7 +831,7 @@ (define-public font-gnu-unifont
|
|||
(string-append "mirror://gnu/unifont/unifont-"
|
||||
version "/unifont-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "1swzwh355ipqhm3vvy7005fqawydlcdbkxm3h04vhicahp8hl06l"))))
|
||||
(base32 "1fzycjxmgnq77r2s5914w1phg3qdwwnwa6p3zyfa1cscrxy52phz"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" ; TrueType version
|
||||
"pcf" ; PCF (bitmap) version
|
||||
|
|
Loading…
Reference in a new issue