guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: libinput: Update to 1.15.0.


From: guix-commits
Subject: 08/16: gnu: libinput: Update to 1.15.0.
Date: Sun, 19 Jan 2020 16:42:43 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 7eb22b188bc68be7614c576e40d792ffe31a8bb1
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 10:41:13 2020 +0100

    gnu: libinput: Update to 1.15.0.
    
    * gnu/packages/freedesktop.scm (libinput): Update to 1.15.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 ed22143..205015b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -180,14 +180,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.14.3")
+    (version "1.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   "libinput-" version ".tar.xz"))
               (sha256
                (base32
-                "1dy58j8dvr7ri34bx0lppmh5638m956azgwk501w373hi42kmsqg"))))
+                "1qa3b2fd4pv8ysf0mgwnyhqv9v48zgy3sy0q3a3vxcmwcvpizgxz"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '("-Ddocumentation=false")



reply via email to

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