iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit 9161c5d57f543b600505242c875b356d1b979e4b
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Sat Dec 28 18:29:53 2024 +0800

    gnu: xterm: Update to 397.
    
    * gnu/packages/xorg.scm (xterm): Update to 397.
    
    Change-Id: I4aeb0910e989ef71dcb0b5b90a548f6eefef846c
---
 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 683241cca5..8ce3f61131 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5997,7 +5997,7 @@ to answer a question.  Xmessage can also exit after a 
specified time.")
 (define-public xterm
   (package
     (name "xterm")
-    (version "390")
+    (version "397")
     (source
      (origin
        (method url-fetch)
@@ -6007,7 +6007,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 "03wwdwnpj5dg1ah5sfp00ppzawjd81lnw47g4p20jjhpqly7q4bm"))
+        (base32 "0ql6mvs2amjfdarpqwzi4dcnvkgn6wr52kh7b3nfqi5skhmp96rf"))
        (patches
          (search-patches "xterm-370-explicit-xcursor.patch"))))
     (build-system gnu-build-system)

Reply via email to