gnu: libtermkey: Update to 0.21.1.
* gnu/packages/terminals.scm (libtermkey): Update to 0.21.1.
This commit is contained in:
parent
476af71353
commit
eba6731f8a
|
@ -309,13 +309,13 @@ multi-seat support, a replacement for @command{mingetty}, and more.")
|
|||
(define-public libtermkey
|
||||
(package
|
||||
(name "libtermkey")
|
||||
(version "0.21")
|
||||
(version "0.21.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://www.leonerd.org.uk/code/libtermkey/"
|
||||
"libtermkey-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0fzb5pvj139di02saffhy3ajchmksn1rs41kplkv2zjyjv7xbsvr"))))
|
||||
(base32 "0psd0kf10q5ixfima0mxz10syy7qq1ilz1npr0rz862xycvzgjyf"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags (list
|
||||
|
|
Loading…
Reference in New Issue