[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: xterm: Update to 390.
From: |
guix-commits |
Subject: |
09/09: gnu: xterm: Update to 390. |
Date: |
Tue, 26 Mar 2024 04:55:38 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7dfb3155fc4dd37bea93a8704c37e4aff87e5013
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 26 08:08:33 2024 +0200
gnu: xterm: Update to 390.
* gnu/packages/xorg.scm (xterm): Update to 390.
Change-Id: I136f0ad8670642a9afec3811b47138e360f34f3a
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ddbbdb74ba..a8a67b9270 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6,7 +6,7 @@
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2015 Cyrill Schenkel <cyrill.schenkel@gmail.com>
-;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019-2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Alex Kost <alezost@gmail.com>
;;; Copyright © 2016 David Craven <david@craven.ch>
@@ -5959,7 +5959,7 @@ to answer a question. Xmessage can also exit after a
specified time.")
(define-public xterm
(package
(name "xterm")
- (version "384")
+ (version "390")
(source
(origin
(method url-fetch)
@@ -5969,7 +5969,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 "0wy3rdj5smis44nsy6iccx3gsyzlqw0rcjjb7h605bnf803qgvri"))
+ (base32 "03wwdwnpj5dg1ah5sfp00ppzawjd81lnw47g4p20jjhpqly7q4bm"))
(patches
(search-patches "xterm-370-explicit-xcursor.patch"))))
(build-system gnu-build-system)
- branch master updated (f3a9c701ac -> 7dfb3155fc), guix-commits, 2024/03/26
- 05/09: gnu: psmisc: Update to 23.7., guix-commits, 2024/03/26
- 07/09: gnu: e2fsprogs: Update to 1.47.0., guix-commits, 2024/03/26
- 09/09: gnu: xterm: Update to 390.,
guix-commits <=
- 08/09: gnu: dunst: Update to 1.10.0., guix-commits, 2024/03/26
- 03/09: gnu: Add zxcvbn-c., guix-commits, 2024/03/26
- 01/09: gnu: libcmis: Update to 0.6.2., guix-commits, 2024/03/26
- 04/09: gnu: mutt: Update to 2.2.13., guix-commits, 2024/03/26
- 06/09: gnu: usbutils: Update to 017., guix-commits, 2024/03/26
- 02/09: gnu: orcus: Update to 0.19.2., guix-commits, 2024/03/26