gnu: xterm: Update to 333.

* gnu/packages/xorg.scm (xterm): Update to 333.
master
Tobias Geerinckx-Rice 2018-05-18 23:09:03 +02:00
parent c61d822621
commit 54300cf3e0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5769,7 +5769,7 @@ to answer a question. Xmessage can also exit after a specified time.")
(define-public xterm
(package
(name "xterm")
(version "332")
(version "333")
(source (origin
(method url-fetch)
(uri (list
@ -5779,7 +5779,7 @@ to answer a question. Xmessage can also exit after a specified time.")
name "-" version ".tgz")))
(sha256
(base32
"0zdjiik4ravc3zld5c9i2ndrvazjmwiwbgl2c21348762wki2jsx"))))
"0y7gl26mxw6kwqx9j9mi6lx1lp1v3nrlga19ddn07j2m9q0l479g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"