1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 12:10:29 +02:00

gnu: xterm: Update to 397.

* gnu/packages/xorg.scm (xterm): Update to 397.

Change-Id: I4aeb0910e989ef71dcb0b5b90a548f6eefef846c
This commit is contained in:
宋文武
2024-12-28 18:29:53 +08:00
parent dde485ac80
commit 929e8d19cd

View File

@@ -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)