guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libinput: Update to 1.12.0.


From: Leo Famulari
Subject: 02/02: gnu: libinput: Update to 1.12.0.
Date: Thu, 13 Sep 2018 13:35:10 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit ecd13016517f0113016fef090782b725fd5e80ce
Author: Leo Famulari <address@hidden>
Date:   Tue Sep 11 18:23:29 2018 -0400

    gnu: libinput: Update to 1.12.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.12.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 ce67b68..c6bccd4 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -148,14 +148,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.11.3")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk"))))
+                "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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