rhelling pushed a commit to branch master
in repository guix.

commit 2cbe7044ea079b7852efb5c1a96785672c4e5c5b
Author: Rutger Helling <rhell...@mykolab.com>
Date:   Thu Aug 15 16:28:21 2019 +0200

    Revert "gnu: libinput: Update to 1.14.0."
    
    This reverts commit dfdd7380a164217fec6bca0f91ebcf32ade33cb4.
    libinput-minimal causes too many rebuilds.
---
 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 a0cf2c8..9cfdbca 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.14.0")
+    (version "1.13.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "0rzw2kx06ywc19lwf147f474xav7w83h28k0afy822wjz0j5rf3w"))))
+                "07a0w7rak7rvnh6g4j0akwjxwinxfszc1xi9mrx12fv82k3mgsyk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))

Reply via email to