mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mkfontscale: Update to 1.2.2.
* gnu/packages/xorg.scm (mkfontscale): Update to 1.2.2.
This commit is contained in:
parent
b4186b7e18
commit
d998f5ad86
1 changed files with 3 additions and 3 deletions
|
@ -1589,16 +1589,16 @@ (define-public makedepend
|
|||
(define-public mkfontscale
|
||||
(package
|
||||
(name "mkfontscale")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/mkfontscale-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ixsnsm2mn0zy9ksdid0lj6irnhvasfik9mz8bbrs5sajzmra16a"))))
|
||||
(base32 "1i6mw97r2s1rb6spjj8fbdsgw6197smaqq2haqgnwhz73xdzpqwa"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list zlib xorgproto freetype libfontenc))
|
||||
|
|
Loading…
Reference in a new issue