guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: xf86-input-libinput: Update to 0.25.1.


From: Marius Bakke
Subject: 01/02: gnu: xf86-input-libinput: Update to 0.25.1.
Date: Fri, 5 May 2017 11:28:53 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f9082e7d8817fec9e24b048b69a122a6a12fab7e
Author: Marius Bakke <address@hidden>
Date:   Fri May 5 16:56:57 2017 +0200

    gnu: xf86-input-libinput: Update to 0.25.1.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.25.1.
---
 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 0bc3869..990e27d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2393,7 +2393,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.25.0")
+    (version "0.25.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2401,7 +2401,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0vsmijamfzf6vcljrr0am2qcz33zl2l0lj2mzmbwgrm7ixjx2zxv"))))
+                "1q67hjd67ni1nq7kgxdrrdgkyhzaqvvn2vlnsiiq9w4y3icpv7s8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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