guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libinput: Update to 1.14.0.


From: guix-commits
Subject: 01/01: gnu: libinput: Update to 1.14.0.
Date: Thu, 15 Aug 2019 10:31:54 -0400 (EDT)

rhelling pushed a commit to branch staging
in repository guix.

commit 23cbc6b61ef6611a915adb400e04fc6d961ae609
Author: Rutger Helling <address@hidden>
Date:   Thu Aug 15 16:21:23 2019 +0200

    gnu: libinput: Update to 1.14.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.14.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 9cfdbca..a0cf2c8 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.4")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
+                "0rzw2kx06ywc19lwf147f474xav7w83h28k0afy822wjz0j5rf3w"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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