gnu: xterm: Update to 361.

* gnu/packages/xorg.scm (xterm): Update to 361.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-15 21:43:56 +02:00
parent 16b0aa429e
commit d605f58de5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6110,7 +6110,7 @@ (define-public xmessage
(define-public xterm
(package
(name "xterm")
(version "359")
(version "361")
(source (origin
(method url-fetch)
(uri (list
@ -6120,7 +6120,7 @@ (define-public xterm
"xterm-" version ".tgz")))
(sha256
(base32
"0lcjifz027j99zf2dnms0h43xp5zznxr39safrpyarv59jlmdjii"))))
"0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"