[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: xterm: Update to 351.
From: |
guix-commits |
Subject: |
01/07: gnu: xterm: Update to 351. |
Date: |
Fri, 29 Nov 2019 09:54:28 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit f02fc042a4eccdf51489bdd18db0f37d5628b92d
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 29 13:51:20 2019 +0100
gnu: xterm: Update to 351.
* gnu/packages/xorg.scm (xterm): Update to 351.
---
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 2baeed9..15784c4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5808,7 +5808,7 @@ to answer a question. Xmessage can also exit after a
specified time.")
(define-public xterm
(package
(name "xterm")
- (version "350")
+ (version "351")
(source (origin
(method url-fetch)
(uri (list
@@ -5818,7 +5818,7 @@ to answer a question. Xmessage can also exit after a
specified time.")
"xterm-" version ".tgz")))
(sha256
(base32
- "0k8h0k1nrgq073yfrgrpcyd7mfcg6r3s940s1l46h0iizpp5kyxf"))))
+ "05kf586my4irrzz2bxgmwjdvynyrg9ybhvfqmx29g70w4888l2kn"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
- branch master updated (809b396 -> dac7928), guix-commits, 2019/11/29
- 03/07: daemon: 'pathExists' uses 'statx' when available., guix-commits, 2019/11/29
- 01/07: gnu: xterm: Update to 351.,
guix-commits <=
- 02/07: gnu: openmpi: Increase priority of the PSM component., guix-commits, 2019/11/29
- 05/07: ui: Factorize 'with-profile-lock'., guix-commits, 2019/11/29
- 04/07: gnu: Add tdlib., guix-commits, 2019/11/29
- 06/07: ui: 'with-profile-lock' keeps going upon ENOLCK., guix-commits, 2019/11/29
- 07/07: tests: Fix race condition in profile locking test., guix-commits, 2019/11/29