guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: libinput: Update to 1.15.3."


From: guix-commits
Subject: branch master updated: Revert "gnu: libinput: Update to 1.15.3."
Date: Mon, 09 Mar 2020 16:27:09 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 51f30d4  Revert "gnu: libinput: Update to 1.15.3."
51f30d4 is described below

commit 51f30d4fdf197b1dad5ddb1405611fbaee55d1f2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 21:26:58 2020 +0100

    Revert "gnu: libinput: Update to 1.15.3."
    
    This reverts commit 1fad0b8674cf97a7e102e98ab31fcebe07ae9515.
    It rebuilds the world through libinput-minimal.
---
 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 c35d37f..9095696 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -181,14 +181,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.15.3")
+    (version "1.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "0kb9i1xav8hmrl6g0qdq7jii589i9sjjrbh43fsc5284smyl44jv"))))
+                "1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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