mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: font-schumacher-misc: Update to 1.1.3.
* gnu/packages/xorg.scm (font-schumacher-misc): Update to 1.1.3. [source]: Drop upstreamed snippet. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b32da04786
commit
3ddd435251
1 changed files with 6 additions and 4 deletions
|
@ -776,10 +776,12 @@ (define-public font-mutt-misc
|
|||
(define-public font-schumacher-misc
|
||||
(package
|
||||
(name "font-schumacher-misc")
|
||||
(version "1.1.2")
|
||||
(source (xorg-font-origin
|
||||
name version
|
||||
"0nkym3n48b4v36y4s927bbkjnsmicajarnf6vlp7wxp0as304i74"))
|
||||
(version "1.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/font/"
|
||||
"font-schumacher-misc-" version ".tar.xz"))
|
||||
(sha256 "0w40lr214n39al449fnm4k1bpyj3fjrhz2yxqd6a6m8yvc69z14b")))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list mkfontdir font-util bdftopcf))
|
||||
|
|
Loading…
Reference in a new issue