mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: xterm: Update to 368.
* gnu/packages/xorg.scm (xterm): Update to 368. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
This commit is contained in:
parent
382f8d0f7a
commit
0ee5525537
1 changed files with 2 additions and 2 deletions
|
@ -6097,7 +6097,7 @@ (define-public xmessage
|
|||
(define-public xterm
|
||||
(package
|
||||
(name "xterm")
|
||||
(version "367")
|
||||
(version "368")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -6107,7 +6107,7 @@ (define-public xterm
|
|||
(string-append "ftp://ftp.invisible-island.net/xterm/"
|
||||
"xterm-" version ".tgz")))
|
||||
(sha256
|
||||
(base32 "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97"))))
|
||||
(base32 "04p7db3j3n5dk1vvlas4231rh6jgr4qi6ppvpbq9xd5n62cidx9g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
|
||||
|
|
Loading…
Reference in a new issue