summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-15 21:43:56 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 02:03:26 +0200
commitd605f58de5be0395b44a5989763f7e9ad81056ca (patch)
tree48543982d00167821bc42f1abec71d71a60fc675 /gnu
parent16b0aa429ed065350180b5039937cf4d227e243d (diff)
downloadguix-d605f58de5be0395b44a5989763f7e9ad81056ca.tar.gz
gnu: xterm: Update to 361.
* gnu/packages/xorg.scm (xterm): Update to 361.
Diffstat (limited to 'gnu')
-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 3db4cbae2c..0eda94bc47 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 "359")
+    (version "361")
     (source (origin
               (method url-fetch)
               (uri (list
@@ -6120,7 +6120,7 @@ to answer a question.  Xmessage can also exit after a specified time.")
                                    "xterm-" version ".tgz")))
               (sha256
                (base32
-                "0lcjifz027j99zf2dnms0h43xp5zznxr39safrpyarv59jlmdjii"))))
+                "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"