Just changed the version string from 0.18 to 0.19.

--
José Miguel Sánchez García
From 89893f7c39c64a12a5b0f82e96c3cc9fac982730 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?=
 <jm...@openmailbox.org>
Date: Thu, 29 Dec 2016 19:08:13 +0000
Subject: [PATCH] gnu: libtermkey: Update to 0.19.

* gnu/packages/terminals.scm (libtermkey): Update to 0.19.
---
 gnu/packages/terminals.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index efedba480..9a70e109e 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -266,7 +266,7 @@ multi-seat support, a replacement for @command{mingetty}, and more.")
 (define-public libtermkey
   (package
     (name "libtermkey")
-    (version "0.18")
+    (version "0.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.leonerd.org.uk/code/";
-- 
2.11.0

Reply via email to