1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

gnu: libinput: Update to 1.5.1.

* gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
This commit is contained in:
Efraim Flashner
2016-11-14 12:12:26 +02:00
parent b231b057cd
commit 8c5cdf5f20
+2 -2
View File
@@ -85,14 +85,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
(version "1.4.0")
(version "1.5.1")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
name "-" version ".tar.xz"))
(sha256
(base32
"085lcxy111j8r1lwyghsc6zrysqh0vg8xip5axxsdl8r8n3i1vvn"))))
"1n1dispg63z1qiy8c1af3l9c4a9dks8y7xasff8xcywnn0rkkxnl"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))