diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:00 +0200 |
commit | efd56f957b9a00d3fc0a5a9d3b7b4ba403c16250 (patch) | |
tree | 8e1cc3809bd761bafbe2e776baf939f0442048f3 /gnu/packages/xorg.scm | |
parent | 928d9381b7d41237019899dcb305f95b5f65c5b1 (diff) | |
download | guix-efd56f957b9a00d3fc0a5a9d3b7b4ba403c16250.tar.gz |
gnu: xterm: Update to 374.
* gnu/packages/xorg.scm (xterm): Update to 374.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 97ee7ab9cd..f37a60635c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5983,7 +5983,7 @@ to answer a question. Xmessage can also exit after a specified time.") (define-public xterm (package (name "xterm") - (version "370") + (version "374") (source (origin (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/" "xterm-" version ".tgz"))) (sha256 - (base32 "10lc72spa69n9d7zg9nwhgwz70qzidp5i17jgw3lq3qg1a25sg4n")) + (base32 "1xdxq65di3vncy8jyl12mpjif613xklnfx7vd5xnsk8dcwkddm0i")) (patches (search-patches "xterm-370-explicit-xcursor.patch")))) (build-system gnu-build-system) |