mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: font-sony-misc: Update to 1.0.4.
* gnu/packages/xorg.scm (font-sony-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
5143f8624e
commit
e02440e12d
1 changed files with 6 additions and 4 deletions
|
@ -817,10 +817,12 @@ (define-public font-screen-cyrillic
|
|||
(define-public font-sony-misc
|
||||
(package
|
||||
(name "font-sony-misc")
|
||||
(version "1.0.3")
|
||||
(source (xorg-font-origin
|
||||
name version
|
||||
"1xfgcx4gsgik5mkgkca31fj3w72jw9iw76qyrajrsz1lp8ka6hr0"))
|
||||
(version "1.0.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/font/"
|
||||
"font-sony-misc-" version ".tar.xz"))
|
||||
(sha256 "0swlhjmmagrfkip4i9yq7cr56hains1j41mjs05nxc6c7y19zc76")))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list mkfontdir bdftopcf))
|
||||
|
|
Loading…
Reference in a new issue