guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libinput: Update to 1.7.3.


From: Marius Bakke
Subject: 01/05: gnu: libinput: Update to 1.7.3.
Date: Mon, 12 Jun 2017 15:32:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c476f029eaab950aea4cd309fec443b1d65432c0
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 11 18:06:11 2017 +0200

    gnu: libinput: Update to 1.7.3.
    
    * gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 
1.7.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 ef07f2d..e4b7730 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -129,14 +129,14 @@ freedesktop.org project.")
 (define-public libinput
   (package
     (name "libinput")
-    (version "1.7.0")
+    (version "1.7.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://freedesktop.org/software/libinput/";
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1a58q60j3456d3qfhkkv319aq2hn4bpimcyhib4yks817pv719hj"))))
+                "07fbzxddvhjcch43hdxb24sj7ri96zzpcjalvsicmw0i4wnn2v89"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("cairo" ,cairo)



reply via email to

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