gnu: font-misc-ethiopic: Update to 1.0.5.

* gnu/packages/xorg.scm (font-misc-ethiopic): Update to 1.0.5.
[source]: Drop upstreamed snippet.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Timotej Lazar 2023-06-12 22:53:25 +02:00 committed by Ludovic Courtès
parent 7ca1ba3928
commit 5d9af8639c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -713,10 +713,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
(define-public font-misc-ethiopic (define-public font-misc-ethiopic
(package (package
(name "font-misc-ethiopic") (name "font-misc-ethiopic")
(version "1.0.4") (version "1.0.5")
(source (xorg-font-origin (source (origin
name version (method url-fetch)
"1q2azkdwc4x3kh53xclwpf9q654k70lhiyns1cjq594wvxnhz339")) (uri (string-append "mirror://xorg/individual/font/"
"font-misc-ethiopic-" version ".tar.xz"))
(sha256 "04mnd620s9wkdid9wnf181yh5vf0n7l096nc3z4zdvm1w7kafja7")))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list mkfontdir mkfontscale)) (list mkfontdir mkfontscale))