gnu: xterm: Update to 335.

* gnu/packages/xorg.scm (xterm): Update to 335.
master
Tobias Geerinckx-Rice 2018-08-16 03:48:18 +02:00
parent 10082d303c
commit 81001c8ca0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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