mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
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>
This commit is contained in:
parent
3ddd435251
commit
5143f8624e
1 changed files with 6 additions and 4 deletions
|
@ -798,10 +798,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
|
||||||
(define-public font-screen-cyrillic
|
(define-public font-screen-cyrillic
|
||||||
(package
|
(package
|
||||||
(name "font-screen-cyrillic")
|
(name "font-screen-cyrillic")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source (xorg-font-origin
|
(source (origin
|
||||||
name version
|
(method url-fetch)
|
||||||
"0yayf1qlv7irf58nngddz2f1q04qkpr5jwp4aja2j5gyvzl32hl2"))
|
(uri (string-append "mirror://xorg/individual/font/"
|
||||||
|
"font-screen-cyrillic-" version ".tar.xz"))
|
||||||
|
(sha256 "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg")))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list mkfontdir bdftopcf))
|
(list mkfontdir bdftopcf))
|
||||||
|
|
Loading…
Add table
Reference in a new issue