diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 15:19:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-31 15:33:16 +0200 |
commit | b5b46f87bd87fdbf98022d333b515153093a0a0c (patch) | |
tree | d6c7d74fc68d8a7552ebdc8784e24c5fe82d129d /gnu | |
parent | f264e838c0f8b63e93cd7b8a9d5d8e2208d82467 (diff) | |
download | patches-b5b46f87bd87fdbf98022d333b515153093a0a0c.tar patches-b5b46f87bd87fdbf98022d333b515153093a0a0c.tar.gz |
gnu: libtermkey: Update to 0.20.
gnu/packages/terminals.scm (libtermkey): Update to 0.20.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/terminals.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index d0d99932c4..7dcd164dc6 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -271,13 +271,13 @@ multi-seat support, a replacement for @command{mingetty}, and more.") (define-public libtermkey (package (name "libtermkey") - (version "0.19") + (version "0.20") (source (origin (method url-fetch) (uri (string-append "http://www.leonerd.org.uk/code/" name "/" name "-" version ".tar.gz")) (sha256 - (base32 "1ds8gdr8p2dfr970z8kxgfz6x7m1jxmmfrb2aafab3wcni6al1f5")))) + (base32 "1xfj6lchhfljmbcl6dz8dpakppyy13nbl4ykxiv5x4dr9b4qf3bc")))) (build-system gnu-build-system) (arguments '(#:make-flags (list |