Archived
1
0
Fork 0

gnu: font-gnu-unifont: Update to 13.0.01.

* ngu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.01.
[home-page]: Follow redirect.
This commit is contained in:
Efraim Flashner 2020-04-01 09:39:13 +03:00
parent 17264e362c
commit dbb58f28ea
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -649,7 +649,7 @@ for use at smaller text sizes")))
(define-public font-gnu-unifont (define-public font-gnu-unifont
(package (package
(name "font-gnu-unifont") (name "font-gnu-unifont")
(version "12.1.04") (version "13.0.01")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -659,7 +659,7 @@ for use at smaller text sizes")))
(string-append "mirror://gnu/unifont/unifont-" (string-append "mirror://gnu/unifont/unifont-"
version "/unifont-" version ".tar.gz"))) version "/unifont-" version ".tar.gz")))
(sha256 (sha256
(base32 "1h5dyhg4j8sh4qpbwnsn34igb8mfapz5b3nf4k71hq1c5z3j0mcv")))) (base32 "1svzm3xahb2m8r79ha9gb1z3zlckykx9d87cghswj7dxn9868j4b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" ; TrueType version (outputs '("out" ; TrueType version
"pcf" ; PCF (bitmap) version "pcf" ; PCF (bitmap) version
@ -702,7 +702,7 @@ for use at smaller text sizes")))
"GNU Unifont is a bitmap font covering essentially all of "GNU Unifont is a bitmap font covering essentially all of
Unicode's Basic Multilingual Plane. The package also includes Unicode's Basic Multilingual Plane. The package also includes
utilities to ease adding new glyphs to the font.") utilities to ease adding new glyphs to the font.")
(home-page "http://unifoundry.com/unifont.html") (home-page "http://unifoundry.com/unifont/index.html")
(properties '((upstream-name . "unifont"))) (properties '((upstream-name . "unifont")))
(license license:gpl2+))) (license license:gpl2+)))