guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: libinput: Update to 1.3.0.


From: Efraim Flashner
Subject: 03/16: gnu: libinput: Update to 1.3.0.
Date: Mon, 16 May 2016 03:10:50 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 3f61f926b9a7229becd8de8a48973b17e2784f98
Author: Efraim Flashner <address@hidden>
Date:   Thu May 12 16:04:52 2016 +0300

    gnu: libinput: Update to 1.3.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.3.0.
---
 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 a610776..acaeb43 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.2.0")
+    (version "1.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0b3f67xsy1s84cvzw22mjfkbcv6pj4p4yns4h3m0fmb7zqbvjm0p"))))
+                "1sn1s1bz06fa49izqkqf519sjclsvhf42i6slzx1w5hx4vxpb2lr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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