mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: font-dec-misc: Update to 1.0.4.
* gnu/packages/xorg.scm (font-dec-misc): Update to 1.0.4. [source]: Drop upstreamed snippet. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b0494cfd30
commit
4163339708
1 changed files with 6 additions and 4 deletions
|
@ -631,10 +631,12 @@ (define-public font-cronyx-cyrillic
|
|||
(define-public font-dec-misc
|
||||
(package
|
||||
(name "font-dec-misc")
|
||||
(version "1.0.3")
|
||||
(source (xorg-font-origin
|
||||
name version
|
||||
"0yzza0l4zwyy7accr1s8ab7fjqkpwggqydbm2vc19scdby5xz7g1"))
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/font/"
|
||||
"font-dec-misc-" version ".tar.xz"))
|
||||
(sha256 "1xqs2qg21h5xg519810hw4bvykjdpf0xgk0xwp0bxy4g3lh6inc2")))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list mkfontdir bdftopcf))
|
||||
|
|
Loading…
Reference in a new issue