guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: libinput: Update to 1.13.0.


From: guix-commits
Subject: 08/08: gnu: libinput: Update to 1.13.0.
Date: Sun, 31 Mar 2019 19:47:48 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 411c27e296ffe1a5b08b1e2f265b7edc401f688c
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 31 23:16:36 2019 +0200

    gnu: libinput: Update to 1.13.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.13.0.
    [native-inputs]: Remove VALGRIND.
---
 gnu/packages/freedesktop.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 381a950..a46aa3e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -149,21 +149,20 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.12.6")
+    (version "1.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "0pgla0mc6mvyr1ljy10mcqvfz8i5z6yp7dbx2bcd70y67wx05d0j"))))
+                "0vb11fzd06xbagrnha2bbzmlfg04bbgb5w5rjrxrrz686mfwj9zb"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))
     (native-inputs
      `(("check" ,check)
-       ("pkg-config" ,pkg-config)
-       ("valgrind" ,valgrind)))
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("cairo" ,cairo)
        ("glib" ,glib)



reply via email to

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