guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: xf86-input-libinput: Update to 0.28.2.


From: guix-commits
Subject: 08/15: gnu: xf86-input-libinput: Update to 0.28.2.
Date: Sun, 17 Feb 2019 12:46:56 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 67d6df5cfa738021f94463f7437a458d69022f5b
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 17 15:54:52 2019 +0100

    gnu: xf86-input-libinput: Update to 0.28.2.
    
    * gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.28.2.
---
 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 2ef82ea..201e3bf 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2452,7 +2452,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
 (define-public xf86-input-libinput
   (package
     (name "xf86-input-libinput")
-    (version "0.28.1")
+    (version "0.28.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2460,7 +2460,7 @@ including most mice, keyboards, tablets and 
touchscreens.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "12yr0yki94j2416bfhmkz5jpacffm27jkra89fl7h03c0y749nls"))))
+                "0818vr0yhk9j1y1wcbxzcd458vrvp06rrhi8k43bhqkb5jb4dcxq"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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