guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libinput: Update to 0.21.0.


From: ???
Subject: 01/01: gnu: libinput: Update to 0.21.0.
Date: Thu, 20 Aug 2015 09:05:18 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 5084eb4595835d787d2cd2bd0e2d53e2365781c5
Author: 宋文武 <address@hidden>
Date:   Thu Aug 20 17:05:36 2015 +0800

    gnu: libinput: Update to 0.21.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 0.21.0.
---
 gnu/packages/freedesktop.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 121dc49..cbf26dc 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -73,14 +73,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "0.14.1")
+    (version "0.21.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0r0v5jqbnwgndq6ns3ss3kv1438ny302m7bg1najcl1dpqp21v9b"))))
+                "0l7mhdr50g11hxg2pz8ihsgzbm0810syj05d3555rzhda6g7mkkw"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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