diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-15 21:43:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-16 02:03:26 +0200 |
commit | d605f58de5be0395b44a5989763f7e9ad81056ca (patch) | |
tree | 48543982d00167821bc42f1abec71d71a60fc675 | |
parent | 16b0aa429ed065350180b5039937cf4d227e243d (diff) |
gnu: xterm: Update to 361.
* gnu/packages/xorg.scm (xterm): Update to 361.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
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" |