guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: xterm: Update to 377.


From: guix-commits
Subject: branch master updated: gnu: xterm: Update to 377.
Date: Thu, 22 Dec 2022 04:01:14 -0500

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 7c2dab7dd4 gnu: xterm: Update to 377.
7c2dab7dd4 is described below

commit 7c2dab7dd459bd596e127630fc9603ff87cb7cfd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Dec 22 11:00:56 2022 +0200

    gnu: xterm: Update to 377.
    
    * gnu/packages/xorg.scm (xterm): Update to 377.
---
 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 7767a35afe..16b211f7d2 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 "374")
+    (version "377")
     (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 "1xdxq65di3vncy8jyl12mpjif613xklnfx7vd5xnsk8dcwkddm0i"))
+        (base32 "1clhm4c8d7vmz0dn6qz2c6g68wxl8f2ba8a7c1zdk3jxlkkqy46v"))
        (patches
          (search-patches "xterm-370-explicit-xcursor.patch"))))
     (build-system gnu-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]