guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: xf86-input-evdev: Update to 2.10.6.


From: Marius Bakke
Subject: 03/04: gnu: xf86-input-evdev: Update to 2.10.6.
Date: Mon, 11 Jun 2018 17:30:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4276b0dc1e2d767194b97377376927297afb499b
Author: Marius Bakke <address@hidden>
Date:   Mon Jun 11 23:15:36 2018 +0200

    gnu: xf86-input-evdev: Update to 2.10.6.
    
    * gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.6.
---
 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 7cc2ec5..d0a4c14 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2411,7 +2411,7 @@ devices, thus making direct access unnecessary.")
 (define-public xf86-input-evdev
   (package
     (name "xf86-input-evdev")
-    (version "2.10.5")
+    (version "2.10.6")
     (source
       (origin
         (method url-fetch)
@@ -2421,7 +2421,7 @@ devices, thus making direct access unnecessary.")
                ".tar.bz2"))
         (sha256
           (base32
-           "03dphgwjaxxyys8axc1kyysp6xvy9bjxicsdrhi2jvdgbchadnly"))))
+           "1h1y0fwnawlp4yc5llr1l7hwfcxxpln2fxhy6arcf6w6h4z0f9l7"))))
     (build-system gnu-build-system)
     (inputs
       `(("udev" ,eudev)



reply via email to

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