guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/64: gnu: xf86-input-keyboard: Update to 1.8.1.


From: Andy Wingo
Subject: 26/64: gnu: xf86-input-keyboard: Update to 1.8.1.
Date: Thu, 18 Feb 2016 21:13:23 +0000

wingo pushed a commit to branch wip-xorg-server-1.18
in repository guix.

commit 00d8b051fa7c5d5fecf37eb30832bd31bea87f9c
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:10:12 2016 +0100

    gnu: xf86-input-keyboard: Update to 1.8.1.
    
    * gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.8.1.
---
 gnu/packages/xorg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 1a175d0..cabf130 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2449,7 +2449,7 @@ It is used to cotrol the pointer with a joystick device.")
 (define-public xf86-input-keyboard
   (package
     (name "xf86-input-keyboard")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
       (origin
         (method url-fetch)
@@ -2459,7 +2459,7 @@ It is used to cotrol the pointer with a joystick device.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0nyb61w30z32djrllgr2s1i13di3vsl6hg4pqjhxdal71971ria1"))))
+            "04d27kwqq03fc26an6051hs3i0bff8albhnngzyd59wxpwwzzj0s"))))
     (build-system gnu-build-system)
     (inputs `(("xorg-server" ,xorg-server)))
     (native-inputs `(("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]