me
/
guix
Archived
1
0
Fork 0

gnu: xterm: Update to 330.

* gnu/packages/xorg.scm (xterm): Update to 330.
master
Leo Famulari 2017-07-24 22:45:36 -04:00
parent 0e8fed86d8
commit 5b4a6ba044
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -5685,14 +5685,14 @@ to answer a question. Xmessage can also exit after a specified time.")
(define-public xterm (define-public xterm
(package (package
(name "xterm") (name "xterm")
(version "322") (version "330")
(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
"1mh9s5g3fs64iimnl7axk0isb5306dyshisxlv5gr8vn7ysl3nws")))) "1psnfmqd23v9gxj8a98nzrgvymrk0p1whwqi92gy15bbkzrgkvks"))))
(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"