mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: xterm: Upgrade to 303.
* gnu/packages/xorg.scm (xterm): Upgrade to 303.
This commit is contained in:
parent
32a1eb8025
commit
4a06f0ef2b
1 changed files with 2 additions and 2 deletions
|
@ -4714,14 +4714,14 @@ (define-public libxaw3d
|
|||
(define-public xterm
|
||||
(package
|
||||
(name "xterm")
|
||||
(version "301")
|
||||
(version "303")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri ; XXX: constant URL!
|
||||
"http://invisible-island.net/datafiles/release/xterm.tar.gz")
|
||||
(sha256
|
||||
(base32
|
||||
"040rarvv18zg0lk7qy0m3n7gv10mh40jic708wvng01z4rlbpfhz"))))
|
||||
"0n7hay16aam9kfn642ri0wj5yzilbjm3l8znxc2p5dx9pn3rkwla"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-wide-chars" "--enable-256-color"
|
||||
|
|
Loading…
Reference in a new issue