mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: xterm: Update to 369.
* gnu/packages/xorg.scm (xterm): Update to 369.
This commit is contained in:
parent
1b8313ff5e
commit
2b6f90b09d
1 changed files with 2 additions and 2 deletions
|
@ -6119,7 +6119,7 @@ (define-public xmessage
|
|||
(define-public xterm
|
||||
(package
|
||||
(name "xterm")
|
||||
(version "368")
|
||||
(version "369")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6129,7 +6129,7 @@ (define-public xterm
|
|||
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
||||
"xterm-" version ".tgz")))
|
||||
(sha256
|
||||
(base32 "04p7db3j3n5dk1vvlas4231rh6jgr4qi6ppvpbq9xd5n62cidx9g"))))
|
||||
(base32 "09jffsd46qsg6vfxlljds9pljwx9h4kh06kl94hkv2b4s146mvbi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
||||
|
|
Loading…
Reference in a new issue