gnu: xterm: Update to 384.

* gnu/packages/xorg.scm (xterm): Update to 384.
This commit is contained in:
Efraim Flashner 2023-09-19 18:33:12 +03:00
parent 7083f2cf87
commit b37925ecdd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -5912,7 +5912,7 @@ to answer a question. Xmessage can also exit after a specified time.")
(define-public xterm (define-public xterm
(package (package
(name "xterm") (name "xterm")
(version "377") (version "384")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5922,7 +5922,7 @@ to answer a question. Xmessage can also exit after a specified time.")
(string-append "ftp://ftp.invisible-island.net/xterm/" (string-append "ftp://ftp.invisible-island.net/xterm/"
"xterm-" version ".tgz"))) "xterm-" version ".tgz")))
(sha256 (sha256
(base32 "1clhm4c8d7vmz0dn6qz2c6g68wxl8f2ba8a7c1zdk3jxlkkqy46v")) (base32 "0wy3rdj5smis44nsy6iccx3gsyzlqw0rcjjb7h605bnf803qgvri"))
(patches (patches
(search-patches "xterm-370-explicit-xcursor.patch")))) (search-patches "xterm-370-explicit-xcursor.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)