guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xinput: Update to 1.6.3.


From: guix-commits
Subject: 01/04: gnu: xinput: Update to 1.6.3.
Date: Sat, 11 Jan 2020 17:28:49 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 5cd1a056bc1330066afac72988cce8229c75482c
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Dec 3 15:14:53 2019 +0100

    gnu: xinput: Update to 1.6.3.
    
    * gnu/packages/xorg.scm (xinput): Update to 1.6.3.
---
 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 022cb49..b71efed 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3692,7 +3692,7 @@ alternative implementations like XRandR or TwinView.")
 (define-public xinput
   (package
     (name "xinput")
-    (version "1.6.2")
+    (version "1.6.3")
     (source
       (origin
         (method url-fetch)
@@ -3702,7 +3702,7 @@ alternative implementations like XRandR or TwinView.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1i75mviz9dyqyf7qigzmxq8vn31i86aybm662fzjz5c086dx551n"))))
+            "1vb6xdd1xmk5f7pwc5zcbxfray5sf1vbnscqwf2yl8lv7gfq38im"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxrender" ,libxrender)



reply via email to

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