diff options
author | 宋文武 <[email protected]> | 2024-12-28 18:29:53 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2025-01-31 16:39:26 +0800 |
commit | 929e8d19cdedfb53949e7befac1a617ff5e83aa2 (patch) | |
tree | 000934e4751f4203c11dd0d830053d78dbfeb1fe | |
parent | dde485ac809a036dfce423643af91d1cc440d962 (diff) |
gnu: xterm: Update to 397.
* gnu/packages/xorg.scm (xterm): Update to 397.
Change-Id: I4aeb0910e989ef71dcb0b5b90a548f6eefef846c
-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 683241cca5..8ce3f61131 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5997,7 +5997,7 @@ to answer a question. Xmessage can also exit after a specified time.") (define-public xterm (package (name "xterm") - (version "390") + (version "397") (source (origin (method url-fetch) @@ -6007,7 +6007,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 "03wwdwnpj5dg1ah5sfp00ppzawjd81lnw47g4p20jjhpqly7q4bm")) + (base32 "0ql6mvs2amjfdarpqwzi4dcnvkgn6wr52kh7b3nfqi5skhmp96rf")) (patches (search-patches "xterm-370-explicit-xcursor.patch")))) (build-system gnu-build-system) |