mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xterm: Update to 333.
* gnu/packages/xorg.scm (xterm): Update to 333.
This commit is contained in:
parent
c61d822621
commit
54300cf3e0
1 changed files with 2 additions and 2 deletions
|
@ -5769,7 +5769,7 @@ (define-public xmessage
|
|||
(define-public xterm
|
||||
(package
|
||||
(name "xterm")
|
||||
(version "332")
|
||||
(version "333")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list
|
||||
|
@ -5779,7 +5779,7 @@ (define-public xterm
|
|||
name "-" version ".tgz")))
|
||||
(sha256
|
||||
(base32
|
||||
"0zdjiik4ravc3zld5c9i2ndrvazjmwiwbgl2c21348762wki2jsx"))))
|
||||
"0y7gl26mxw6kwqx9j9mi6lx1lp1v3nrlga19ddn07j2m9q0l479g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
||||
|
|
Loading…
Reference in a new issue