guix-commits
[Top][All Lists]
Advanced

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

07/24: gnu: libinput: Update to 1.14.3.


From: guix-commits
Subject: 07/24: gnu: libinput: Update to 1.14.3.
Date: Tue, 10 Dec 2019 19:16:01 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 70255a1ac267d25734b49676a053630e5e645c84
Author: Marius Bakke <address@hidden>
Date:   Mon Dec 9 22:28:26 2019 +0100

    gnu: libinput: Update to 1.14.3.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.14.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 f911340..379f96d 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -155,14 +155,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.14.1")
+    (version "1.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "0w7fas37mp2k06f12i3lnj717lw73asziknj6z51kh1m50ja6cz3"))))
+                "1dy58j8dvr7ri34bx0lppmh5638m956azgwk501w373hi42kmsqg"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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