guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: libinput: Update to 1.12.0."


From: Leo Famulari
Subject: 01/01: Revert "gnu: libinput: Update to 1.12.0."
Date: Thu, 13 Sep 2018 13:28:16 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7d1cc612938565d935c53bd7a429f41d1f048dae
Author: Leo Famulari <address@hidden>
Date:   Thu Sep 13 13:26:31 2018 -0400

    Revert "gnu: libinput: Update to 1.12.0."
    
    Libinput-minimal has a lot of dependent packages, and this isn't reported by
    `guix refresh --list-dependent`. We'll save this commit for another time.
    
    This reverts commit 38dc3d6f17bcf54ee3ff1614a392534d3a9e1ecc.
---
 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 8811f9d..626d883 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -148,14 +148,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.12.0")
+    (version "1.11.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1901wxh9k8kz3krfmvacf8xa8r4idfyisw8d80a2ql0bxiw2pb0m"))))
+                "01nb1shnl871d939wgfd7nc9svclcnfjfhlq64b4yns2dvcr24gk"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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