guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libinput: Update to 1.5.3.


From: Efraim Flashner
Subject: 01/02: gnu: libinput: Update to 1.5.3.
Date: Sun, 25 Dec 2016 14:17:11 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit db10a5e78a56eb48a2f058739b009068722f7817
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 25 15:20:08 2016 +0200

    gnu: libinput: Update to 1.5.3.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.5.3.
---
 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 3770779..8340721 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.5.1")
+    (version "1.5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1n1dispg63z1qiy8c1af3l9c4a9dks8y7xasff8xcywnn0rkkxnl"))))
+                "1qx623nyr49sxv49ilb0j85skgk1dhkr82vd577ywyjf7d96q84i"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)



reply via email to

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