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.2.0.


From: Efraim Flashner
Subject: 01/03: gnu: libinput: Update to 1.2.0.
Date: Sun, 28 Feb 2016 12:03:10 +0000

efraim pushed a commit to branch master
in repository guix.

commit d3e3d7f02a7f4ae3a4f5ae71bbf7deb2e34aad3f
Author: Efraim Flashner <address@hidden>
Date:   Sun Feb 28 13:08:08 2016 +0200

    gnu: libinput: Update to 1.2.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.2.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 bfe6e45..ab2c97d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -82,14 +82,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.1.902")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "19wa5yizc3nfq3gibyqb3ygdvcs7v7bz1m5ifv0f4va3igxc3nk3"))))
+                "0b3f67xsy1s84cvzw22mjfkbcv6pj4p4yns4h3m0fmb7zqbvjm0p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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