me
/
guix
Archived
1
0
Fork 0

gnu: font-mutt-misc: Update to 1.0.4.

* gnu/packages/xorg.scm (font-mutt-misc): 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:27 +02:00 committed by Ludovic Courtès
parent 4d7700b722
commit b32da04786
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 4 deletions

View File

@ -757,10 +757,12 @@ For example: @code{6x10}, @code{9x15bold}, etc.")
(define-public font-mutt-misc
(package
(name "font-mutt-misc")
(version "1.0.3")
(source (xorg-font-origin
name version
"13qghgr1zzpv64m0p42195k1kc77pksiv059fdvijz1n6kdplpxx"))
(version "1.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/font/"
"font-mutt-misc-" version ".tar.xz"))
(sha256 "095vd33kqd157j6xi4sjxwdsjpwpgqliifa8nkybq8rcw7s5j8xi")))
(build-system gnu-build-system)
(inputs
(list mkfontdir bdftopcf))