gnu: xterm: Update to 374.

* gnu/packages/xorg.scm (xterm): Update to 374.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 928d9381b7
commit efd56f957b
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5983,7 +5983,7 @@ (define-public xmessage
(define-public xterm
(package
(name "xterm")
(version "370")
(version "374")
(source
(origin
(method url-fetch)
@ -5993,7 +5993,7 @@ (define-public xterm
(string-append "ftp://ftp.invisible-island.net/xterm/"
"xterm-" version ".tgz")))
(sha256
(base32 "10lc72spa69n9d7zg9nwhgwz70qzidp5i17jgw3lq3qg1a25sg4n"))
(base32 "1xdxq65di3vncy8jyl12mpjif613xklnfx7vd5xnsk8dcwkddm0i"))
(patches
(search-patches "xterm-370-explicit-xcursor.patch"))))
(build-system gnu-build-system)