This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b37925ecdd gnu: xterm: Update to 384.
b37925ecdd is described below
commit b37925ecddb4af2965220064a8a603d2fd3a77c5
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Sep 19 18:33:12 2023 +0300
gnu: xterm: Update to 384.
* gnu/packages/xorg.scm (xterm): Update to 384.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 08cbd8d757..cd1335661b 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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)