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 367.


From: guix-commits
Subject: branch master updated: gnu: xterm: Update to 367.
Date: Sun, 06 Jun 2021 09:51:25 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6affc5  gnu: xterm: Update to 367.
b6affc5 is described below

commit b6affc5c0466e801224db4400bb62ccc26cd5346
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Sun Jun 6 06:47:10 2021 -0700

    gnu: xterm: Update to 367.
    
    * gnu/packages/xorg.scm (xterm): Update to 367.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/xorg.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 34d7997..db058c6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2020 Jean-Baptiste Note <jean-baptiste.note@m4x.org>
 ;;; Copyright © 2021 Nicolò Balzarotti <nicolo@nixo.xyz>
+;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6092,7 +6093,7 @@ to answer a question.  Xmessage can also exit after a 
specified time.")
 (define-public xterm
   (package
     (name "xterm")
-    (version "366")
+    (version "367")
     (source
      (origin
        (method url-fetch)
@@ -6102,7 +6103,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 "0vmzffy3hzgcgwx305h07ars5sxsq6nnl1ir4xqpxs9zjs2ji2w5"))))
+        (base32 "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"



reply via email to

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