~ruther/guix-local

b37925ecddb4af2965220064a8a603d2fd3a77c5 — Efraim Flashner 2 years ago 7083f2c
gnu: xterm: Update to 384.

* gnu/packages/xorg.scm (xterm): Update to 384.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -2
@@ 5912,7 5912,7 @@ to answer a question.  Xmessage can also exit after a specified time.")
(define-public xterm
  (package
    (name "xterm")
    (version "377")
    (version "384")
    (source
     (origin
       (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/"
                            "xterm-" version ".tgz")))
       (sha256
        (base32 "1clhm4c8d7vmz0dn6qz2c6g68wxl8f2ba8a7c1zdk3jxlkkqy46v"))
        (base32 "0wy3rdj5smis44nsy6iccx3gsyzlqw0rcjjb7h605bnf803qgvri"))
       (patches
         (search-patches "xterm-370-explicit-xcursor.patch"))))
    (build-system gnu-build-system)