me
/
guix
Archived
1
0
Fork 0

gnu: libinput: Update to 1.14.1.

* gnu/packages/freedesktop.scm (libinput): Update to 1.14.1.
master
Marius Bakke 2019-10-08 20:36:59 +02:00
parent 605b7f42cf
commit 18b804c40f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -152,14 +152,14 @@ freedesktop.org project.")
(define-public libinput
(package
(name "libinput")
(version "1.14.0")
(version "1.14.1")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/libinput/"
"libinput-" version ".tar.xz"))
(sha256
(base32
"0rzw2kx06ywc19lwf147f474xav7w83h28k0afy822wjz0j5rf3w"))))
"0w7fas37mp2k06f12i3lnj717lw73asziknj6z51kh1m50ja6cz3"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Ddocumentation=false")