mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: font-util: Update to 1.3.3.
* gnu/packages/xorg.scm (font-util): Update to 1.3.3.
This commit is contained in:
parent
d59442f24e
commit
96e862f887
1 changed files with 4 additions and 6 deletions
|
@ -823,16 +823,14 @@ (define-public font-sun-misc
|
|||
(define-public font-util
|
||||
(package
|
||||
(name "font-util")
|
||||
(version "1.3.2")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/font/font-util-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(uri (string-append "mirror://xorg/individual/font/font-util-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "10i2a8b3d1h3w7klsqf31iz7zbd6l8wglil54fkhdb1385281n1s"))))
|
||||
(base32 "1lpb5qd2drilql4wl644m682hvmv67hdbbisnrm0ah4wfy8ci4g7"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://www.x.org/wiki/")
|
||||
|
|
Loading…
Reference in a new issue