diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 11:39:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-27 16:24:01 +0100 |
commit | b2af054ca15c61068866b835835bc2c6b032b3b2 (patch) | |
tree | f2580ec6a97131e4bfbbf0b4148b73319c1c7a31 /gnu/packages/xorg.scm | |
parent | bf1e46e959884df4bb204807efd21bbf44c5f87e (diff) |
gnu: xterm: Update to 370.
* gnu/packages/xorg.scm (xterm): Update to 370.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 c553ae1eae..a63e3392f8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6119,7 +6119,7 @@ to answer a question. Xmessage can also exit after a specified time.") (define-public xterm (package (name "xterm") - (version "369") + (version "370") (source (origin (method url-fetch) @@ -6129,7 +6129,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 "09jffsd46qsg6vfxlljds9pljwx9h4kh06kl94hkv2b4s146mvbi")))) + (base32 "10lc72spa69n9d7zg9nwhgwz70qzidp5i17jgw3lq3qg1a25sg4n")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts" |