Archived
1
0
Fork 0

gnu: xterm: Update to 377.

* gnu/packages/xorg.scm (xterm): Update to 377.
This commit is contained in:
Efraim Flashner 2022-12-22 11:00:56 +02:00
parent 0744540d09
commit 7c2dab7dd4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5983,7 +5983,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 "374") (version "377")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5993,7 +5993,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 "1xdxq65di3vncy8jyl12mpjif613xklnfx7vd5xnsk8dcwkddm0i")) (base32 "1clhm4c8d7vmz0dn6qz2c6g68wxl8f2ba8a7c1zdk3jxlkkqy46v"))
(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)