guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libinput: Update to 1.10.3.


From: Marius Bakke
Subject: 01/03: gnu: libinput: Update to 1.10.3.
Date: Mon, 16 Apr 2018 12:17:49 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 55e76e420d66722d8d3b0895d99e68f9b5be3af6
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 16:23:40 2018 +0200

    gnu: libinput: Update to 1.10.3.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.10.3.
---
 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 456f75d..867e239 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -146,14 +146,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.10.2")
+    (version "1.10.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1fbv354ii1g4wc4k7d7gbnalqjpzmk9zlpi8linqrzlf6inpc28m"))))
+                "0002xk9cqzpqrlhgav1wp8nimsbp9d2w8rd8mgygczq2hjar0lhd"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")))



reply via email to

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