guix-commits
[Top][All Lists]
Advanced

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

58/75: gnu: xinput: Update to 1.6.2.


From: Mark H. Weaver
Subject: 58/75: gnu: xinput: Update to 1.6.2.
Date: Wed, 24 Feb 2016 16:51:36 +0000

mhw pushed a commit to branch media-updates
in repository guix.

commit ab2d710cc202699ae4faa409b90b283651dc99c2
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 18 21:29:55 2016 +0100

    gnu: xinput: Update to 1.6.2.
    
    * gnu/packages/xorg.scm (xinput): Update to 1.6.2.
---
 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 2da6def..a8ada04 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3587,7 +3587,7 @@ alternative implementations like XRandR or TwinView.")
 (define-public xinput
   (package
     (name "xinput")
-    (version "1.6.1")
+    (version "1.6.2")
     (source
       (origin
         (method url-fetch)
@@ -3597,7 +3597,7 @@ alternative implementations like XRandR or TwinView.")
                ".tar.bz2"))
         (sha256
           (base32
-            "07w7zlpdhpwzzshg8q0y152cy3wl2fj7x1897glnp2la487jsqxp"))))
+            "1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxrender" ,libxrender)



reply via email to

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