GNU bug report logs -
#66105
[PATCH] gnu: xterm: update version to 378
Previous Next
Reported by: Andrew Jose <arnav.jose <at> gmail.com>
Date: Tue, 19 Sep 2023 14:56:03 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
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..b577636ce4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5912,7 +5912,7 @@ (define-public xmessage
(define-public xterm
(package
(name "xterm")
- (version "377")
+ (version "378")
(source
(origin
(method url-fetch)
@@ -5922,7 +5922,7 @@ (define-public xterm
(string-append "ftp://ftp.invisible-island.net/xterm/"
"xterm-" version ".tgz")))
(sha256
- (base32 "1clhm4c8d7vmz0dn6qz2c6g68wxl8f2ba8a7c1zdk3jxlkkqy46v"))
+ (base32 "14iyxhzrf57x9zy6s5l0q85w7lxhni9xkr7qgkjdj3nxbvyzp7b4"))
(patches
(search-patches "xterm-370-explicit-xcursor.patch"))))
(build-system gnu-build-system)
--
2.34.1
This bug report was last modified 1 year and 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.