[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: xterm: Update to 349.
From: |
guix-commits |
Subject: |
02/10: gnu: xterm: Update to 349. |
Date: |
Mon, 23 Sep 2019 20:26:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5192e465ddac7ee712dd7999aa05ad97fac18530
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 23 23:24:59 2019 +0200
gnu: xterm: Update to 349.
* gnu/packages/xorg.scm (xterm): Update to 349.
---
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 352a28a..e5ff271 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5788,7 +5788,7 @@ to answer a question. Xmessage can also exit after a
specified time.")
(define-public xterm
(package
(name "xterm")
- (version "335")
+ (version "349")
(source (origin
(method url-fetch)
(uri (list
@@ -5798,7 +5798,7 @@ to answer a question. Xmessage can also exit after a
specified time.")
name "-" version ".tgz")))
(sha256
(base32
- "15nbgys4s2idhx6jzzc24g9bb1s6yps5fyg2bafvs0gkkcm1ggz0"))))
+ "0ps7b2b2kbrkv5q49cmb8c51z0w21jmm7hwciw30m6jgfb9s79ir"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
- branch master updated (7b3f56f -> 0b3daeb), guix-commits, 2019/09/23
- 05/10: gnu: linux-libre: Update deblobbing scripts., guix-commits, 2019/09/23
- 06/10: gnu: linux-libre: Update to 5.2.17., guix-commits, 2019/09/23
- 10/10: gnu: linux-libre: Update to 4.4.194., guix-commits, 2019/09/23
- 01/10: gnu: glm: Update to 0.9.9.6., guix-commits, 2019/09/23
- 08/10: gnu: linux-libre: Update to 4.14.146., guix-commits, 2019/09/23
- 02/10: gnu: xterm: Update to 349.,
guix-commits <=
- 03/10: gnu: xterm: Don't use NAME in source URI., guix-commits, 2019/09/23
- 07/10: gnu: linux-libre: Update to 4.19.75., guix-commits, 2019/09/23
- 04/10: doc: Remove more ‘guixsd’ remnants., guix-commits, 2019/09/23
- 09/10: gnu: linux-libre: Update to 4.9.194., guix-commits, 2019/09/23