me
/
guix
Archived
1
0
Fork 0

gnu: font-cronyx-cyrillic: Update to 1.0.4.

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

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

View File

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