mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: xterm: Update to 317.
* gnu/packages/xorg.scm (xterm): Update to 317.
This commit is contained in:
parent
c5372108f2
commit
fbbcf6989b
1 changed files with 2 additions and 2 deletions
|
@ -4884,14 +4884,14 @@ (define-public libxaw3d
|
||||||
(define-public xterm
|
(define-public xterm
|
||||||
(package
|
(package
|
||||||
(name "xterm")
|
(name "xterm")
|
||||||
(version "315")
|
(version "317")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "ftp://ftp.invisible-island.net/xterm/"
|
(uri (string-append "ftp://ftp.invisible-island.net/xterm/"
|
||||||
"xterm-" version ".tgz"))
|
"xterm-" version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00kxg36hzp011x98ib6x503pbhj1ldh6hb82l5x3a68s554h1rpy"))))
|
"0v9mirqws1vb8wxbdgn1w166ln7xmapg1913c7kzjs3mwkdv1rfj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-wide-chars" "--enable-256-color"
|
'(#:configure-flags '("--enable-wide-chars" "--enable-256-color"
|
||||||
|
|
Loading…
Reference in a new issue