guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: xf86-input-keyboard: Update to 1.9.0.


From: Marius Bakke
Subject: 03/03: gnu: xf86-input-keyboard: Update to 1.9.0.
Date: Tue, 13 Dec 2016 19:49:11 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 3f1b4bc316e6c561e85692a1fb0ed511547f85d2
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 13 20:39:01 2016 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 06ff183..5fef017 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2519,7 +2519,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.1")
+    (version "1.9.0")
     (source
       (origin
         (method url-fetch)
@@ -2529,7 +2529,7 @@ It is used to cotrol the pointer with a joystick device.")
                ".tar.bz2"))
         (sha256
           (base32
-            "04d27kwqq03fc26an6051hs3i0bff8albhnngzyd59wxpwwzzj0s"))))
+            "12032yg412kyvnmc5fha1in7mpi651d8sa1bk4138s2j2zr01jgp"))))
     (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]