diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-18 23:09:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-19 05:30:11 +0200 |
commit | 54300cf3e0dd6f4908319f9c5ae2e7c05b4da08c (patch) | |
tree | 0248192716ca539d662af060200cb8e86a8343c7 /gnu/packages/xorg.scm | |
parent | c61d822621df97f7d30915ff1d30ac3d34179b88 (diff) | |
download | patches-54300cf3e0dd6f4908319f9c5ae2e7c05b4da08c.tar patches-54300cf3e0dd6f4908319f9c5ae2e7c05b4da08c.tar.gz |
gnu: xterm: Update to 333.
* gnu/packages/xorg.scm (xterm): Update to 333.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8beac5c9c5..8848df041e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5769,7 +5769,7 @@ to answer a question. Xmessage can also exit after a specified time.") (define-public xterm (package (name "xterm") - (version "332") + (version "333") (source (origin (method url-fetch) (uri (list @@ -5779,7 +5779,7 @@ to answer a question. Xmessage can also exit after a specified time.") name "-" version ".tgz"))) (sha256 (base32 - "0zdjiik4ravc3zld5c9i2ndrvazjmwiwbgl2c21348762wki2jsx")))) + "0y7gl26mxw6kwqx9j9mi6lx1lp1v3nrlga19ddn07j2m9q0l479g")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts" |