guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: libinput: Update to 1.11.1.


From: Marius Bakke
Subject: 02/03: gnu: libinput: Update to 1.11.1.
Date: Tue, 19 Jun 2018 11:04:22 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 7e66e0b3e7f69e045362f9452f9b745aa850d354
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 19 15:51:53 2018 +0200

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



reply via email to

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