summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-16 02:15:54 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-16 04:10:51 +0100
commit4929ab53f535e3ecdee6f84135c8213957d848fc (patch)
tree8990d1c922c4d7101f41d822b49dcff01064560d /gnu/packages/xorg.scm
parent0d1498681498f807ab9932dfe81fede1fa043789 (diff)
downloadguix-patches-4929ab53f535e3ecdee6f84135c8213957d848fc.tar
guix-patches-4929ab53f535e3ecdee6f84135c8213957d848fc.tar.gz
gnu: xterm: Update to 362.
* gnu/packages/xorg.scm (xterm): Update to 362.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 77ff002c65..658fe3132d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6110,7 +6110,7 @@ to answer a question. Xmessage can also exit after a specified time.")
(define-public xterm
(package
(name "xterm")
- (version "361")
+ (version "362")
(source
(origin
(method url-fetch)
@@ -6120,7 +6120,7 @@ to answer a question. Xmessage can also exit after a specified time.")
(string-append "ftp://ftp.invisible-island.net/xterm/"
"xterm-" version ".tgz")))
(sha256
- (base32 "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
+ (base32 "18mch57f5sypgfdbvna22ailcfpnixw0fc5wkf2j3w58dwigwkqx"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"