guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: libinput: Update to 1.12.3.


From: guix-commits
Subject: 01/15: gnu: libinput: Update to 1.12.3.
Date: Tue, 4 Dec 2018 14:06:34 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit dd9d9ae4b7b6983a208d31a7b9d63198a4fedaa6
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 4 16:44:31 2018 +0100

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



reply via email to

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