guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: libinput: Update to 1.13.4.


From: guix-commits
Subject: 04/06: gnu: libinput: Update to 1.13.4.
Date: Sat, 29 Jun 2019 18:26:36 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 8cf7afe69d08918267c38f19ba06a4008e33489d
Author: Marius Bakke <address@hidden>
Date:   Sat Jun 29 18:48:06 2019 +0200

    gnu: libinput: Update to 1.13.4.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.13.4.
---
 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 4b37ffd..d77d6c5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -152,14 +152,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.13.2")
+    (version "1.13.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "0vbapc90m49n0z8w8w4v0qf1iiwaixw9h79jfmps9pj8hdls17qx"))))
+                "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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