me
/
guix
Archived
1
0
Fork 0

gnu: xterm: Update to 351.

* gnu/packages/xorg.scm (xterm): Update to 351.
master
Ludovic Courtès 2019-11-29 13:51:20 +01:00
parent 809b39635f
commit f02fc042a4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -5808,7 +5808,7 @@ 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 "350") (version "351")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (list (uri (list
@ -5818,7 +5818,7 @@ to answer a question. Xmessage can also exit after a specified time.")
"xterm-" version ".tgz"))) "xterm-" version ".tgz")))
(sha256 (sha256
(base32 (base32
"0k8h0k1nrgq073yfrgrpcyd7mfcg6r3s940s1l46h0iizpp5kyxf")))) "05kf586my4irrzz2bxgmwjdvynyrg9ybhvfqmx29g70w4888l2kn"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts" '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"