diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-24 22:45:36 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-24 22:54:18 -0400 |
commit | 5b4a6ba04499ef4827894918f43e29812311edf5 (patch) | |
tree | 347bbb7aec6923402ecc55ca81851e255a3a40d9 /gnu/packages/xorg.scm | |
parent | 0e8fed86d839d848ca7b6173e1f229eb91c0dba4 (diff) | |
download | patches-5b4a6ba04499ef4827894918f43e29812311edf5.tar patches-5b4a6ba04499ef4827894918f43e29812311edf5.tar.gz |
gnu: xterm: Update to 330.
* gnu/packages/xorg.scm (xterm): Update to 330.
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 1fe9a328d0..54167e2fb2 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5685,14 +5685,14 @@ to answer a question. Xmessage can also exit after a specified time.") (define-public xterm (package (name "xterm") - (version "322") + (version "330") (source (origin (method url-fetch) (uri (string-append "ftp://ftp.invisible-island.net/xterm/" "xterm-" version ".tgz")) (sha256 (base32 - "1mh9s5g3fs64iimnl7axk0isb5306dyshisxlv5gr8vn7ysl3nws")))) + "1psnfmqd23v9gxj8a98nzrgvymrk0p1whwqi92gy15bbkzrgkvks")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-wide-chars" "--enable-256-color" |