me
/
guix
Archived
1
0
Fork 0

gnu: font-screen-cyrillic: Update to 1.0.5.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Timotej Lazar 2023-06-12 22:53:29 +02:00 committed by Ludovic Courtès
parent 3ddd435251
commit 5143f8624e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 4 deletions

View File

@ -798,10 +798,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
(define-public font-screen-cyrillic
(package
(name "font-screen-cyrillic")
(version "1.0.4")
(source (xorg-font-origin
name version
"0yayf1qlv7irf58nngddz2f1q04qkpr5jwp4aja2j5gyvzl32hl2"))
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/font/"
"font-screen-cyrillic-" version ".tar.xz"))
(sha256 "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg")))
(build-system gnu-build-system)
(inputs
(list mkfontdir bdftopcf))