guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: libinput: Update to 1.11.3.


From: Marius Bakke
Subject: 09/09: gnu: libinput: Update to 1.11.3.
Date: Sat, 28 Jul 2018 08:56:44 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 3b6f8a45d725dd7592634a34e8ffbc14a3bd31cc
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 27 00:28:24 2018 +0200

    gnu: libinput: Update to 1.11.3.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.11.3.
---
 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 7851171..b9cab59 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.1")
+    (version "1.11.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1z7i8vk0i61npkdqwsk85wp9v4yjlvylqnyydikjqnbsrjp9abk4"))))
+                "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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