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.12.1.


From: Marius Bakke
Subject: 02/03: gnu: libinput: Update to 1.12.1.
Date: Tue, 16 Oct 2018 10:54:57 -0400 (EDT)

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

commit 29e53b446ccb8959db8a96161c04d98e873e2371
Author: Marius Bakke <address@hidden>
Date:   Tue Oct 16 16:30:45 2018 +0200

    gnu: libinput: Update to 1.12.1.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.12.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 cf8047e..8853ce1 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.12.0")
+    (version "1.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
+                "14l6bvgq76ls63qc9c448r435q9xiig0rv8ilx6rnjvlgg64h32p"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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