mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: xlsfonts: Update to 1.0.7.
* gnu/packages/xorg.scm (xlsfonts): Update to 1.0.7.
This commit is contained in:
parent
50a0cb394d
commit
67c4b49654
1 changed files with 3 additions and 3 deletions
|
@ -4090,17 +4090,17 @@ (define-public xlsclients
|
|||
(define-public xlsfonts
|
||||
(package
|
||||
(name "xlsfonts")
|
||||
(version "1.0.6")
|
||||
(version "1.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/xlsfonts-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0s6kxgv78chkwsqmhw929f4pf91gq63f4yvixxnan1h00cx0pf49"))))
|
||||
"0r84wp4352hbfcaybqp2khipm40293byvrfyrlslrd37m52njwkv"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list xorgproto libx11))
|
||||
|
|
Loading…
Reference in a new issue