gnu: libtermkey: Update to 0.20.
gnu/packages/terminals.scm (libtermkey): Update to 0.20.
This commit is contained in:
parent
f264e838c0
commit
b5b46f87bd
1 changed files with 2 additions and 2 deletions
|
@ -271,13 +271,13 @@ (define-public kmscon
|
||||||
(define-public libtermkey
|
(define-public libtermkey
|
||||||
(package
|
(package
|
||||||
(name "libtermkey")
|
(name "libtermkey")
|
||||||
(version "0.19")
|
(version "0.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.leonerd.org.uk/code/"
|
(uri (string-append "http://www.leonerd.org.uk/code/"
|
||||||
name "/" name "-" version ".tar.gz"))
|
name "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ds8gdr8p2dfr970z8kxgfz6x7m1jxmmfrb2aafab3wcni6al1f5"))))
|
(base32 "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list
|
'(#:make-flags (list
|
||||||
|
|
Loading…
Reference in a new issue