guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libinput: Update to 1.11.0.


From: Rutger Helling
Subject: 01/01: gnu: libinput: Update to 1.11.0.
Date: Tue, 5 Jun 2018 10:41:57 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit 91d84ac898f7e09cc17f869ef6d56232db013625
Author: Rutger Helling <address@hidden>
Date:   Tue Jun 5 16:34:33 2018 +0200

    gnu: libinput: Update to 1.11.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.11.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 8a0ddd4..af35d07 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -146,14 +146,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.10.3")
+    (version "1.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0002xk9cqzpqrlhgav1wp8nimsbp9d2w8rd8mgygczq2hjar0lhd"))))
+                "04mwl1v51b785h7q3v23hahr0qzr48qq1jzj7d3msjvgh97nr8v4"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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