gnu: xterm: Update to 332.

* gnu/packages/xorg.scm (xterm): Update to 332.
master
Tobias Geerinckx-Rice 2018-04-17 04:29:15 +02:00
parent 7dbf4888dc
commit c4a58d04f9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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