guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libinput: Update to 1.5.1.


From: Efraim Flashner
Subject: 01/03: gnu: libinput: Update to 1.5.1.
Date: Mon, 14 Nov 2016 11:20:49 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 8c5cdf5f20ecf170e1e9a2e78926fb517823ecb7
Author: Efraim Flashner <address@hidden>
Date:   Mon Nov 14 12:12:26 2016 +0200

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c3467ca..35f34ac 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -85,14 +85,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.4.0")
+    (version "1.5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "085lcxy111j8r1lwyghsc6zrysqh0vg8xip5axxsdl8r8n3i1vvn"))))
+                "1n1dispg63z1qiy8c1af3l9c4a9dks8y7xasff8xcywnn0rkkxnl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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